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
3cf2819c
Commit
3cf2819c
authored
3 years ago
by
Jean-Luc Parouty
Browse files
Options
Downloads
Patches
Plain Diff
Update ci for gans
parent
47eef3e8
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
fidle/batch-tests-slurm.sh
+1
-1
1 addition, 1 deletion
fidle/batch-tests-slurm.sh
fidle/ci/smart_gpu.yml
+16
-2
16 additions, 2 deletions
fidle/ci/smart_gpu.yml
with
17 additions
and
3 deletions
fidle/batch-tests-slurm.sh
+
1
−
1
View file @
3cf2819c
...
...
@@ -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_
VAE9_r
.*'
export
FIDLE_OVERRIDE_RUNCI_filter
=
'Nb_
SHEEP
.*'
NOTEBOOK_SRC1
=
"02-running-ci-tests.ipynb"
...
...
This diff is collapsed.
Click to expand it.
fidle/ci/smart_gpu.yml
+
16
−
2
View file @
3cf2819c
...
...
@@ -535,12 +535,26 @@ Nb_SHEEP1:
notebook_tag
:
default
overrides
:
scale
:
1
run_dir
:
default
run_dir
:
./run/SHEEP1
latent_dim
:
default
epochs
:
5
epochs
:
10
batch_size
:
32
num_img
:
12
fit_verbosity
:
2
Nb_SHEEP2
:
notebook_id
:
SHEEP2
notebook_dir
:
DCGAN
notebook_src
:
02-WGANGP-Draw-me-a-sheep.ipynb
notebook_tag
:
default
overrides
:
scale
:
1
run_dir
:
./run/SHEEP2
latent_dim
:
80
epochs
:
3
batch_size
:
64
num_img
:
12
fit_verbosity
:
2
#
# ------ Misc ------------------------------------------------------
#
...
...
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