# Shedule execution of many runs | |
# Run from root folder with: bash scripts/schedule.sh | |
python train.py trainer.max_epochs=5 | |
python train.py trainer.max_epochs=10 logger=csv | |
# Shedule execution of many runs | |
# Run from root folder with: bash scripts/schedule.sh | |
python train.py trainer.max_epochs=5 | |
python train.py trainer.max_epochs=10 logger=csv | |