From 4cde2f4f908a7b700b22c6e667946d50f7c35956 Mon Sep 17 00:00:00 2001 From: lucas_miranda <lucasmiranda42@gmail.com> Date: Thu, 11 Feb 2021 23:58:07 +0100 Subject: [PATCH] Added latent regularization control to deepof.data.coordinates.deep_unsupervised_embedding() --- deepof_experiments.smk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deepof_experiments.smk b/deepof_experiments.smk index 8da339e1..8fbde670 100644 --- a/deepof_experiments.smk +++ b/deepof_experiments.smk @@ -15,7 +15,7 @@ import os outpath = "/psycl/g/mpsstatgen/lucas/DLC/DLC_autoencoders/DeepOF/deepof/logs/" losses = ["ELBO"] # , "MMD", "ELBO+MMD"] -encodings = [4, 8] # [2, 4, 6, 8, 10, 12, 14, 16] +encodings = [4, 6, 8] # [2, 4, 6, 8, 10, 12, 14, 16] cluster_numbers = [25] # [1, 5, 10, 15, 20, 25] latent_reg = ["none", "categorical", "variance", "categorical+variance"] pheno_weights = [0.01, 0.1, 0.25, 0.5, 1.0, 2.0, 4.0, 10.0, 100.0] -- GitLab