Files
ViGent2/models/CosyVoice/third_party/Matcha-TTS/scripts/schedule.sh
Kevin Wong 96a298e51c 更新
2026-02-11 13:48:45 +08: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