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

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

parent 94b7e64e
Branches
Tags
No related merge requests found
Pipeline #93318 canceled
......@@ -113,7 +113,7 @@ def get_callbacks(
elif reg_cat_clusters and reg_cluster_variance:
latreg = "categorical+variance"
run_ID = "{}{}{}{}{}{}_{}".format(
run_ID = "{}{}{}{}{}{}{}_{}".format(
("GMVAE" if variational else "AE"),
("_Pred={}".format(predictor) if predictor > 0 and variational else ""),
("_Pheno={}".format(phenotype_class) if phenotype_class > 0 else ""),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment