| # Simple test script for debugging | |
| set -euo pipefail | |
| cd "$(dirname "$0")/.." | |
| echo "Testing direct command with fixed parameters:" | |
| python3 src/train.py method=cta data=fairtalking_ffpp +test_only=true |
| # Simple test script for debugging | |
| set -euo pipefail | |
| cd "$(dirname "$0")/.." | |
| echo "Testing direct command with fixed parameters:" | |
| python3 src/train.py method=cta data=fairtalking_ffpp +test_only=true |