Switch to side-by-side view

--- a
+++ b/experiments/train_all_predictors.sh
@@ -0,0 +1,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
\ No newline at end of file