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
d8adb04f
Commit
d8adb04f
authored
Apr 15, 2021
by
lucas_miranda
Browse files
Added extra branch to main autoencoder for rule_based prediction
parent
cafff35c
Pipeline
#98512
passed with stages
in 17 minutes and 54 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
deepof_experiments.smk
View file @
d8adb04f
...
...
@@ -102,8 +102,8 @@ rule coarse_hyperparameter_tuning:
"--rule-based-prediction {wildcards.rulesweight} "
"--variational True "
"--loss {wildcards.loss} "
"--kl-warmup
5
"
"--mmd-warmup
5
"
"--kl-warmup
30
"
"--mmd-warmup
30
"
"--encoding-size {wildcards.enc} "
"--batch-size 256 "
"--window-size 24 "
...
...
@@ -143,8 +143,8 @@ rule train_models:
"--variational True "
"--latent-reg {wildcards.latreg} "
"--loss {wildcards.loss} "
"--kl-warmup
5
"
"--mmd-warmup
5
"
"--kl-warmup
30
"
"--mmd-warmup
30
"
"--montecarlo-kl 10 "
"--encoding-size {wildcards.encs} "
"--entropy-knn {wildcards.entknn} "
...
...
Write
Preview
Supports
Markdown
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