Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
shivammehta25
/
Diff-TTSG
like
3
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
9d6551a
Diff-TTSG
/
scripts
/
schedule.sh
Shivam Mehta
Adding code
3c10b34
almost 2 years ago
raw
Copy download link
history
blame
Safe
219 Bytes
#!/bin/bash
# Schedule execution of many runs
# Run from root folder with: bash scripts/schedule.sh
python diff_ttsg/train.py trainer.max_epochs=5 logger=csv
python diff_ttsg/train.py trainer.max_epochs=10 logger=csv