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

Added latent regularization control to deepof.data.coordinates.deep_unsupervised_embedding()

parent 190a812b
No related branches found
No related tags found
No related merge requests found
Pipeline #93302 canceled
...@@ -15,7 +15,7 @@ import os ...@@ -15,7 +15,7 @@ import os
outpath = "/psycl/g/mpsstatgen/lucas/DLC/DLC_autoencoders/DeepOF/deepof/logs/" outpath = "/psycl/g/mpsstatgen/lucas/DLC/DLC_autoencoders/DeepOF/deepof/logs/"
losses = ["ELBO"] # , "MMD", "ELBO+MMD"] 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] cluster_numbers = [25] # [1, 5, 10, 15, 20, 25]
latent_reg = ["none", "categorical", "variance", "categorical+variance"] 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] pheno_weights = [0.01, 0.1, 0.25, 0.5, 1.0, 2.0, 4.0, 10.0, 100.0]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment