File size: 294 Bytes
07001d0 | 1 2 3 4 5 6 7 8 9 | #!/usr/bin/env bash
# Debug script to test Hydra parameter parsing
set -euo pipefail
cd "$(dirname "$0")/.."
echo "Testing direct Hydra command:"
echo "python3 src/train.py method=cta data=fairtalking_ffpp +test_only=true"
python3 src/train.py method=cta data=fairtalking_ffpp +test_only=true |