From 3cb792354551de48d615cc5fb49f90e2b37aabd6 Mon Sep 17 00:00:00 2001 From: Sintal <61sima1bif@hft-stuttgart.de> Date: Thu, 17 Jun 2021 14:37:19 +0000 Subject: [PATCH] Update execute_vehicle_classification.sh --- execute_vehicle_classification.sh | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/execute_vehicle_classification.sh b/execute_vehicle_classification.sh index e841c99..1d363b5 100644 --- a/execute_vehicle_classification.sh +++ b/execute_vehicle_classification.sh @@ -1,8 +1,10 @@ #!/bin/bash -#SBATCH --partition=single -#SBATCH --gres=gpu:4 -#SBATCH --ntasks=1 #SBATCH --time=20 +#SBATCH --mem=16000 +#SBATCH --ntasks=1 +#SBATCH --partition=gpu_8 +#SBATCH --mem-per-cpu=94000 +#SBATCH --gres=gpu:4 #SBATCH --job-name=vehicle_classification echo "creating folder" -- GitLab