From e68c25d7d78fc47dc125c7d98b28830ed966015f Mon Sep 17 00:00:00 2001 From: Jean-Luc Parouty <Jean-Luc.Parouty@grenoble-inp.fr> Date: Wed, 22 Dec 2021 12:52:19 +0100 Subject: [PATCH] Update batch ci --- fidle/batch-tests-slurm.sh | 4 ++-- fidle/ci/smart_gpu.yml | 18 +++++++++++++++++- 2 files changed, 19 insertions(+), 3 deletions(-) diff --git a/fidle/batch-tests-slurm.sh b/fidle/batch-tests-slurm.sh index 5f4d586..cc59000 100644 --- a/fidle/batch-tests-slurm.sh +++ b/fidle/batch-tests-slurm.sh @@ -19,7 +19,7 @@ #SBATCH --gres=gpu:1 # nombre de GPU à réserver (un unique GPU ici) #SBATCH --cpus-per-task=10 # nombre de coeurs à réserver (un quart du noeud) #SBATCH --hint=nomultithread # on réserve des coeurs physiques et non logiques -#SBATCH --time=05:00:00 # temps exécution maximum demande (HH:MM:SS) +#SBATCH --time=06:00:00 # temps exécution maximum demande (HH:MM:SS) #SBATCH --output="Fidle_%j.out" # nom du fichier de sortie #SBATCH --error="Fidle_%j.err" # nom du fichier d'erreur (ici commun avec la sortie) #SBATCH --mail-user=Jean-Luc.Parouty@grenoble-inp.fr @@ -32,7 +32,7 @@ NOTEBOOK_DIR="$WORK/fidle/fidle" export FIDLE_OVERRIDE_RUNCI_profile_name='./ci/smart_gpu.yml' export FIDLE_OVERRIDE_RUNCI_reset='False' -export FIDLE_OVERRIDE_RUNCI_filter='Nb_GTSRB.*' +export FIDLE_OVERRIDE_RUNCI_filter='Nb_VAE9' NOTEBOOK_SRC1="02-running-ci-tests.ipynb" diff --git a/fidle/ci/smart_gpu.yml b/fidle/ci/smart_gpu.yml index 72c1a74..4e77d17 100644 --- a/fidle/ci/smart_gpu.yml +++ b/fidle/ci/smart_gpu.yml @@ -471,7 +471,23 @@ Nb_VAE8: Nb_VAE9: notebook_id: VAE9 notebook_dir: VAE - notebook_src: 09-VAE-with-CelebA-post.ipynb + notebook_src: 09-VAE-with-CelebA-192x160.ipynb + notebook_tag: default + overrides: + run_dir: default + scale: 1 + image_size: '(192,160)' + enhanced_dir: '{datasets_dir}/celeba/enhanced' + latent_dim: 300 + loss_weights: default + batch_size: 64 + epochs: 15 + progress_verbosity: 2 + +Nb_VAE10: + notebook_id: VAE10 + notebook_dir: VAE + notebook_src: 010-VAE-with-CelebA-post.ipynb notebook_tag: default overrides: run_dir: default -- GitLab