Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Fidle
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Talks
Fidle
Commits
e68c25d7
Commit
e68c25d7
authored
3 years ago
by
Jean-Luc Parouty
Browse files
Options
Downloads
Patches
Plain Diff
Update batch ci
parent
930f74c0
Loading
Loading
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
fidle/batch-tests-slurm.sh
+2
-2
2 additions, 2 deletions
fidle/batch-tests-slurm.sh
fidle/ci/smart_gpu.yml
+17
-1
17 additions, 1 deletion
fidle/ci/smart_gpu.yml
with
19 additions
and
3 deletions
fidle/batch-tests-slurm.sh
+
2
−
2
View file @
e68c25d7
...
...
@@ -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=0
5
:00:00 # temps exécution maximum demande (HH:MM:SS)
#SBATCH --time=0
6
: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"
...
...
This diff is collapsed.
Click to expand it.
fidle/ci/smart_gpu.yml
+
17
−
1
View file @
e68c25d7
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment