Text-to-Speech
Kyrgyz
akylai-tts-mini / scripts /schedule.sh
Simonlob's picture
Release version 0.1.13
6703e27
raw
history blame
207 Bytes
#!/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