Hannes Kuchelmeister
cleanup to make ready as submodule
c7be723
raw
history blame
187 Bytes
#!/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