Spaces:
Build error
Build error
File size: 186 Bytes
1865436 |
1 2 3 4 5 6 7 |
#!/bin/bash
# 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 |