Skip to content
Snippets Groups Projects
Commit f362e052 authored by Pierre LOTTE's avatar Pierre LOTTE
Browse files

Fix scripts variables

parent c9a4f4a7
No related branches found
No related tags found
No related merge requests found
......@@ -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 output/SMD/machine-1-$SLURM_ARRAY_ID -a kmeans health_esn deepant lstm_ad iforest lof if_lof -i SMD -s train
srun singularity exec /apps/containerCollections/CUDA12/pytorch2-NGC-24-02.sif /projects/sig/plotte/tsg_env/bin/python ./main.py -c output/SMD/machine-1-$SLURM_ARRAY_TASK_ID -a kmeans health_esn deepant lstm_ad iforest lof if_lof -i SMD -s train
......@@ -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 output/SMD/machine-2-$SLURM_ARRAY_ID -a kmeans health_esn deepant lstm_ad iforest lof if_lof -i SMD -s train
srun singularity exec /apps/containerCollections/CUDA12/pytorch2-NGC-24-02.sif /projects/sig/plotte/tsg_env/bin/python ./main.py -c output/SMD/machine-2-$SLURM_ARRAY_TASK_ID -a kmeans health_esn deepant lstm_ad iforest lof if_lof -i SMD -s train
......@@ -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 output/SMD/machine-3-$SLURM_ARRAY_ID -a kmeans health_esn deepant lstm_ad iforest lof if_lof -i SMD -s train
srun singularity exec /apps/containerCollections/CUDA12/pytorch2-NGC-24-02.sif /projects/sig/plotte/tsg_env/bin/python ./main.py -c output/SMD/machine-3-$SLURM_ARRAY_TASK_ID -a kmeans health_esn deepant lstm_ad iforest lof if_lof -i SMD -s train
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment