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

---
 execute_vehicle_classification.sh | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/execute_vehicle_classification.sh b/execute_vehicle_classification.sh
index 7b41596..e841c99 100644
--- a/execute_vehicle_classification.sh
+++ b/execute_vehicle_classification.sh
@@ -1,9 +1,8 @@
 #!/bin/bash
-#SBATCH --partition=gpu_8
+#SBATCH --partition=single
 #SBATCH --gres=gpu:4
 #SBATCH --ntasks=1
 #SBATCH --time=20
-#SBATCH --mem=16000
 #SBATCH --job-name=vehicle_classification
 
 echo "creating folder"
-- 
GitLab