Diff-TTSG / scripts /schedule.sh
Shivam Mehta
Adding code
3c10b34
#!/bin/bash
# Schedule execution of many runs
# Run from root folder with: bash scripts/schedule.sh
python diff_ttsg/train.py trainer.max_epochs=5 logger=csv
python diff_ttsg/train.py trainer.max_epochs=10 logger=csv