first, sign on to hipergator.
cd /blue/ranka/noahswor
git clone git@github.com:MALTLabUF/yolobattle.git
edit
yolobattle/slurm/darknet/config.batch.yaml
change profile to CubesDarknet
change valfrac
val_frac: [0.10]
to
val_frac: [0.10,0.15,0.20]
change template
template: ["yolov7"]
to
template: ["yolov4-tiny", "yolov7-tiny"]
then follow this https://github.com/MALTLabUF/yolobattle#hpc-environments
2/19
yolobattle apptainer slurm --backend darknet --batch
- rewrite the history of https://github.com/MALTLabUF/yolobattle/ so that you delete MALTLabUF/yolobattle@eadad4a and force push.
- move the runs from the output folder, to the runs-yolobattle folder. you have to clone runs-yolobattle first.
first, sign on to hipergator.
cd /blue/ranka/noahswor git clone git@github.com:MALTLabUF/yolobattle.gitedit
yolobattle/slurm/darknet/config.batch.yamlchange profile to
CubesDarknetchange
valfracval_frac: [0.10]to
val_frac: [0.10,0.15,0.20]change
templatetemplate: ["yolov7"]to
template: ["yolov4-tiny", "yolov7-tiny"]then follow this https://github.com/MALTLabUF/yolobattle#hpc-environments
2/19
yolobattle apptainer slurm --backend darknet --batch