mirror of
https://github.com/shivammehta25/Matcha-TTS.git
synced 2026-02-04 09:49:21 +08:00
Initial commit
This commit is contained in:
7
scripts/schedule.sh
Normal file
7
scripts/schedule.sh
Normal file
@@ -0,0 +1,7 @@
|
||||
#!/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
|
||||
Reference in New Issue
Block a user