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

Change scripts

parent cb41b911
Branches
Tags
No related merge requests found
#!/bin/sh
# Options SBATCH:
#SBATCH --job-name=SMD_Full_run
#SBATCH --cpus-per-task=4
#SBATCH --array=1-8%4
#SBATCH --mail-type=END
#SBATCH --mail-user=pierre.lotte@irit.fr
#SBATCH --output=output/smd-%j.out
#SBATCH --error=output/smd-%j.err
#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
#!/bin/sh
# Options SBATCH:
#SBATCH --job-name=SMD_Full_run
#SBATCH --cpus-per-task=4
#SBATCH --array=1-8%4
#SBATCH --mail-type=END
#SBATCH --mail-user=pierre.lotte@irit.fr
#SBATCH --output=output/smd-%j.out
#SBATCH --error=output/smd-%j.err
#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
#!/bin/sh
# Options SBATCH:
#SBATCH --job-name=SMD_Full_run
#SBATCH --cpus-per-task=4
#SBATCH --array=1-11%4
#SBATCH --mail-type=END
#SBATCH --mail-user=pierre.lotte@irit.fr
#SBATCH --output=output/smd-%j.out
#SBATCH --error=output/smd-%j.err
#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
#!/bin/sh #!/bin/sh
# Options SBATCH: # Options SBATCH:
#SBATCH --job-name=Synthetique_Full_run #SBATCH --job-name=Synthetique
#SBATCH --cpus-per-task=8 #SBATCH --cpus-per-task=8
#SBATCH --array=1-20%6 #SBATCH --array=1-20%6
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
#SBATCH --output=output/synth-%j.out #SBATCH --output=output/synth-%j.out
#SBATCH --error=output/synth-%j.err #SBATCH --error=output/synth-%j.err
#SBATCH --partition=48CPUNodes #SBATCH --partition=24CPUNodes
# Traitement # 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 random_black_forest deepant -o synth_generated -s all 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 -s all
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment