Juartaurus's picture
Upload folder using huggingface_hub
1865436
raw
history blame contribute delete
186 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