File size: 220 Bytes
7c2871f | 1 2 3 4 5 6 7 | #!/usr/bin/env bash
# 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 |