Skip to content
Snippets Groups Projects
Commit e68c25d7 authored by Jean-Luc Parouty's avatar Jean-Luc Parouty
Browse files

Update batch ci

parent 930f74c0
No related merge requests found
......@@ -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"
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment