From c3e8180ddbb4f5cb975f7045db50b1c617f1d868 Mon Sep 17 00:00:00 2001
From: Pierre LOTTE <pierrelotte.dev@gmail.com>
Date: Wed, 25 Sep 2024 16:56:52 +0200
Subject: [PATCH] Fix synthethique script

---
 scripts/synthetiques_full_run.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/scripts/synthetiques_full_run.sh b/scripts/synthetiques_full_run.sh
index 67bd855..706b44a 100644
--- a/scripts/synthetiques_full_run.sh
+++ b/scripts/synthetiques_full_run.sh
@@ -2,7 +2,7 @@
 # Options SBATCH:
 #SBATCH --job-name=Synthetique
 #SBATCH --cpus-per-task=8
-#SBATCH --array=1-20%6
+#SBATCH --array=2,4,6,8,10,15,20,25,30,35,40,45,50,55,60,65,70,75,80,85,90,95,100%6
 
 #SBATCH --mail-type=END
 #SBATCH --mail-user=pierre.lotte@irit.fr
@@ -12,4 +12,4 @@
 #SBATCH --partition=24CPUNodes
 
 # Traitement
-srun singularity exec /apps/containerCollections/CUDA12/pytorch2-NGC-24-02.sif /projects/sig/plotte/tsg_env/bin/python ./main.py -c config/generated_config_$SLURM_ARRAY_TASK_ID.json -a kmeans health_esn deepant lstm_ad iforest lof if_lof -o synth_generated_default -s all
+srun singularity exec /apps/containerCollections/CUDA12/pytorch2-NGC-24-02.sif /projects/sig/plotte/tsg_env/bin/python ./main.py -c config/gc_d$SLURM_ARRAY_TASK_ID*.json -a kmeans health_esn deepant lstm_ad iforest lof if_lof -o synth_generated_default -s all
-- 
GitLab