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

Added extra branch to main autoencoder for rule_based prediction

parent f5ae1a43
No related branches found
No related tags found
No related merge requests found
Pipeline #99738 passed
......@@ -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]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment