Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Lucas Miranda
deepOF
Commits
6d1ad201
Commit
6d1ad201
authored
Apr 27, 2021
by
lucas_miranda
Browse files
Removed outdated non-variational autoencoder model
parent
c9e3b7f6
Changes
1
Hide whitespace changes
Inline
Side-by-side
deepof_experiments.smk
View file @
6d1ad201
...
...
@@ -109,7 +109,6 @@ rule coarse_hyperparameter_tuning:
"--next-sequence-prediction {wildcards.nspredweight} "
"--phenotype-prediction {wildcards.phenpredweight} "
"--rule-based-prediction {wildcards.rulesweight} "
"--variational True "
"--loss {wildcards.loss} "
"--kl-warmup 30 "
"--mmd-warmup 30 "
...
...
@@ -152,7 +151,6 @@ rule train_models:
"--next-sequence-prediction {wildcards.nspredweight} "
"--phenotype-prediction {wildcards.phenpredweight} "
"--rule-based-prediction {wildcards.rulesweight} "
"--variational True "
"--latent-reg {wildcards.latreg} "
"--loss {wildcards.loss} "
"--kl-annealing-mode {wildcards.warmup_mode} "
...
...
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