From 6d1ad201180cd22d24d4b0e44e2ae99849f4230c Mon Sep 17 00:00:00 2001
From: lucas_miranda <lucasmiranda42@gmail.com>
Date: Tue, 27 Apr 2021 17:00:28 +0200
Subject: [PATCH] Removed outdated non-variational autoencoder model

---
 deepof_experiments.smk | 2 --
 1 file changed, 2 deletions(-)

diff --git a/deepof_experiments.smk b/deepof_experiments.smk
index 34464202..f34458aa 100644
--- a/deepof_experiments.smk
+++ b/deepof_experiments.smk
@@ -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} "
-- 
GitLab