From d9c40c0e8221e3f58d3f0e1acda62ca851cc15d7 Mon Sep 17 00:00:00 2001 From: Sintal <61sima1bif@hft-stuttgart.de> Date: Thu, 17 Jun 2021 13:39:24 +0000 Subject: [PATCH] Update execute_vehicle_classification.sh --- execute_vehicle_classification.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/execute_vehicle_classification.sh b/execute_vehicle_classification.sh index b2d5fc7..7b41596 100644 --- a/execute_vehicle_classification.sh +++ b/execute_vehicle_classification.sh @@ -1,9 +1,9 @@ #!/bin/bash -#SBATCH --partition=gpu_4 +#SBATCH --partition=gpu_8 #SBATCH --gres=gpu:4 #SBATCH --ntasks=1 #SBATCH --time=20 -#SBATCH --mem=24000 +#SBATCH --mem=16000 #SBATCH --job-name=vehicle_classification echo "creating folder" -- GitLab