[8eeb5a]: / experiments / train_all_predictors.sh

Download this file

6 lines (5 with data), 187 Bytes

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