diff --git a/scripts/synthetiques_full_run.sh b/scripts/synthetiques_full_run.sh index 67bd855098b2396ce428cb7ca6b77e0ee2fe317f..706b44a118f79091938123beddb70c1e8c29b295 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