File size: 219 Bytes
3c10b34
 
 
 
 
 
 
1
2
3
4
5
6
7
8
#!/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