Skip to content
Snippets Groups Projects
Commit 6d1ad201 authored by Lucas Miranda's avatar Lucas Miranda
Browse files

Removed outdated non-variational autoencoder model

parent c9e3b7f6
No related branches found
No related tags found
No related merge requests found
...@@ -109,7 +109,6 @@ rule coarse_hyperparameter_tuning: ...@@ -109,7 +109,6 @@ rule coarse_hyperparameter_tuning:
"--next-sequence-prediction {wildcards.nspredweight} " "--next-sequence-prediction {wildcards.nspredweight} "
"--phenotype-prediction {wildcards.phenpredweight} " "--phenotype-prediction {wildcards.phenpredweight} "
"--rule-based-prediction {wildcards.rulesweight} " "--rule-based-prediction {wildcards.rulesweight} "
"--variational True "
"--loss {wildcards.loss} " "--loss {wildcards.loss} "
"--kl-warmup 30 " "--kl-warmup 30 "
"--mmd-warmup 30 " "--mmd-warmup 30 "
...@@ -152,7 +151,6 @@ rule train_models: ...@@ -152,7 +151,6 @@ rule train_models:
"--next-sequence-prediction {wildcards.nspredweight} " "--next-sequence-prediction {wildcards.nspredweight} "
"--phenotype-prediction {wildcards.phenpredweight} " "--phenotype-prediction {wildcards.phenpredweight} "
"--rule-based-prediction {wildcards.rulesweight} " "--rule-based-prediction {wildcards.rulesweight} "
"--variational True "
"--latent-reg {wildcards.latreg} " "--latent-reg {wildcards.latreg} "
"--loss {wildcards.loss} " "--loss {wildcards.loss} "
"--kl-annealing-mode {wildcards.warmup_mode} " "--kl-annealing-mode {wildcards.warmup_mode} "
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment