From 988a314733df65aeee772c7cf7dd148c80c6e34f Mon Sep 17 00:00:00 2001
From: Sintal <61sima1bif@hft-stuttgart.de>
Date: Thu, 17 Jun 2021 13:25:59 +0000
Subject: [PATCH] Update execute_vehicle_classification.sh

---
 execute_vehicle_classification.sh | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/execute_vehicle_classification.sh b/execute_vehicle_classification.sh
index 1af31d9..e8846b7 100644
--- a/execute_vehicle_classification.sh
+++ b/execute_vehicle_classification.sh
@@ -1,9 +1,9 @@
 #!/bin/bash
+#SBATCH --partition=gpu_4
+#SBATCH --gres=gpu:4
 #SBATCH --ntasks=1
-#SBATCH --time=10
-#SBATCH --mem=5000mb
+#SBATCH --time=20
 #SBATCH --job-name=vehicle_classification
-#SBATCH --partition=dev_single
 
 echo "creating folder"
 #create folder and change directory
-- 
GitLab