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

Use job array for artificial datasets

parent f5801a69
No related branches found
No related tags found
No related merge requests found
#!/bin/sh
# Options SBATCH:
#SBATCH --job-name=Synthetique_Full_run
#SBATCH --ntasks=1
#SBATCH --cpus-per-task=4
#SBATCH --cpus-per-task=8
#SBATCH --array=1-20%6
#SBATCH --mail-type=END
#SBATCH --mail-user=pierre.lotte@irit.fr
#SBATCH --output=output/synth-%j.out
#SBATCH --error=output/synth-%j.err
#SBATCH --partition=GPUNodes
#SBATCH --gres=gpu:1
#SBATCH --partition=48CPUNodes
# Traitement
srun singularity exec /apps/containerCollections/CUDA12/pytorch2-NGC-24-02.sif /projects/sig/plotte/tsg_env/bin/python ./main.py -c config/*.json -a kmeans health_esn random_black_forest deepant -o synth_full_run -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 random_black_forest deepant -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