sowa / SOWA /scripts /schedule.sh
zongxiang's picture
Upload 116 files
7fe0374 verified
raw
history blame contribute delete
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