Switch to unified view

a b/experiments/finish_collection.sh
1
2
models=("DeepLab" "Unet" "FPN" "TriUnet" "InductiveNet")
3
for model in ${models[*]} ; do
4
    export EXPERIMENT_MODEL=$model
5
    sbatch --array=[8-10%1] experiments/enqueue_all.sbatch
6
done