first commit
Some checks failed
Lint / quick-checks (push) Has been cancelled
Lint / flake8-py3 (push) Has been cancelled
Close inactive issues / close-issues (push) Has been cancelled

This commit is contained in:
2025-03-17 00:41:41 +08:00
commit ad1fee9c4b
411 changed files with 83607 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
#!/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