llm-asr-tts/third_party/Matcha-TTS/scripts/schedule.sh

8 lines
207 B
Bash
Raw Normal View History

2025-03-16 16:41:41 +00:00
#!/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