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

Added extra branch to main autoencoder for rule_based prediction

parent c923ea47
No related branches found
No related tags found
No related merge requests found
Pipeline #99947 passed
...@@ -103,7 +103,7 @@ def get_callbacks( ...@@ -103,7 +103,7 @@ def get_callbacks(
run_ID = "{}{}{}{}{}{}{}{}{}{}{}{}{}".format( run_ID = "{}{}{}{}{}{}{}{}{}{}{}{}{}".format(
("GMVAE" if variational else "AE"), ("GMVAE" if variational else "AE"),
("_input_type={}".format(input_type) if input_type else "coords"), ("_input_type={}".format(input_type) if input_type else "coords"),
("_window_size={}", format(X_train.shape[1])), ("_window_size={}".format(X_train.shape[1])),
("_NextSeqPred={}".format(next_sequence_prediction) if variational else ""), ("_NextSeqPred={}".format(next_sequence_prediction) if variational else ""),
("_PhenoPred={}".format(phenotype_prediction) if variational else ""), ("_PhenoPred={}".format(phenotype_prediction) if variational else ""),
("_RuleBasedPred={}".format(rule_based_prediction) if variational else ""), ("_RuleBasedPred={}".format(rule_based_prediction) if variational else ""),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment