Files
Matcha-TTS/scripts/schedule.sh
Shivam Mehta f016784049 Initial commit
2023-09-16 17:51:36 +00:00

8 lines
207 B
Bash

#!/bin/bash
# Schedule execution of many runs
# Run from root folder with: bash scripts/schedule.sh
python src/train.py trainer.max_epochs=5 logger=csv
python src/train.py trainer.max_epochs=10 logger=csv