From 6b20b3f6154e22e052a9bf712366c1f467e8fd37 Mon Sep 17 00:00:00 2001 From: Sintal <61sima1bif@hft-stuttgart.de> Date: Thu, 17 Jun 2021 14:46:40 +0000 Subject: [PATCH] Update execute_vehicle_classification.sh --- execute_vehicle_classification.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/execute_vehicle_classification.sh b/execute_vehicle_classification.sh index 1d363b5..88e0e8d 100644 --- a/execute_vehicle_classification.sh +++ b/execute_vehicle_classification.sh @@ -1,7 +1,8 @@ #!/bin/bash #SBATCH --time=20 #SBATCH --mem=16000 -#SBATCH --ntasks=1 +#SBATCH --nodes=10 +#SBATCH --ntasks-per-node=10 #SBATCH --partition=gpu_8 #SBATCH --mem-per-cpu=94000 #SBATCH --gres=gpu:4 -- GitLab