From b35d840cf1982c9ae125713a4101fa218ed53c25 Mon Sep 17 00:00:00 2001
From: lucas_miranda <lucasmiranda42@gmail.com>
Date: Fri, 16 Apr 2021 01:52:19 +0200
Subject: [PATCH] Added extra branch to main autoencoder for rule_based
 prediction

---
 deepof_experiments.smk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/deepof_experiments.smk b/deepof_experiments.smk
index 5a1b8aea..5042bae1 100644
--- a/deepof_experiments.smk
+++ b/deepof_experiments.smk
@@ -18,7 +18,7 @@ outpath = "/psycl/g/mpsstatgen/lucas/DLC/DLC_autoencoders/DeepOF/deepof/logs/"
 losses = ["ELBO"]  # , "MMD", "ELBO+MMD"]
 encodings = [6]  # [2, 4, 6, 8, 10, 12, 14, 16]
 cluster_numbers = [15]  # [1, 5, 10, 15, 20, 25]
-latent_reg = ["none"]  # ["none", "categorical", "variance", "categorical+variance"]
+latent_reg = ["variance"]  # ["none", "categorical", "variance", "categorical+variance"]
 entropy_knn = [100]
 next_sequence_pred_weights = [0.0, 0.15]
 phenotype_pred_weights = [0.0]
-- 
GitLab