Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Lucas Miranda
deepOF
Commits
7d09d069
Commit
7d09d069
authored
Feb 12, 2021
by
lucas_miranda
Browse files
Added latent regularization control to deepof.data.coordinates.deep_unsupervised_embedding()
parent
5d15e43f
Pipeline
#93411
canceled with stage
in 3 minutes and 16 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
deepof_experiments.smk
View file @
7d09d069
...
...
@@ -58,7 +58,7 @@ rule coarse_hyperparameter_tuning:
"pipenv run python -m deepof.train_model "
"--train-path {input.data_path} "
"--val-num 25 "
"--components
15
"
"--components
{wildcards.k}
"
"--input-type coords "
"--predictor 0 "
"--phenotype-classifier 0 "
...
...
@@ -66,7 +66,7 @@ rule coarse_hyperparameter_tuning:
"--loss {wildcards.loss} "
"--kl-warmup 20 "
"--mmd-warmup 0 "
"--encoding-size
4
"
"--encoding-size
{wildcards.enc}
"
"--batch-size 256 "
"--window-size 24 "
"--window-step 12 "
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment