From 7b139e5bb424524f4a2e00b080bfd7c7adfbc366 Mon Sep 17 00:00:00 2001
From: Sintal <61sima1bif@hft-stuttgart.de>
Date: Wed, 16 Jun 2021 15:03:53 +0000
Subject: [PATCH] Update execute_vehicle_classification.sh

---
 execute_vehicle_classification.sh | 5 +++++
 1 file changed, 5 insertions(+)

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