From 32a67ccf82b2a76f6614682f90d36100de77974d Mon Sep 17 00:00:00 2001 From: "michael.divia" <michael.divia@etu.hesge.ch> Date: Wed, 9 Apr 2025 16:38:51 +0200 Subject: [PATCH] Python into python --- slurm/train_ResNet50.sh | 2 +- slurm/train_Xception.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/slurm/train_ResNet50.sh b/slurm/train_ResNet50.sh index db868da..23f4425 100644 --- a/slurm/train_ResNet50.sh +++ b/slurm/train_ResNet50.sh @@ -15,4 +15,4 @@ module load cuDNN/8.4.1.50-CUDA-11.7.0 module load scikit-learn/1.1.2 # Run your script -srun python ../Python/pokedex_ResNet50.py --hpc yes +srun python ../python/pokedex_ResNet50.py --hpc yes diff --git a/slurm/train_Xception.sh b/slurm/train_Xception.sh index 0a6289c..d8f507e 100644 --- a/slurm/train_Xception.sh +++ b/slurm/train_Xception.sh @@ -15,4 +15,4 @@ module load cuDNN/8.4.1.50-CUDA-11.7.0 module load scikit-learn/1.1.2 # Run your script -srun python ../Python/pokedex_Xception.py --hpc yes +srun python ../python/pokedex_Xception.py --hpc yes -- GitLab