Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Lucas Miranda
deepOF
Commits
679c7e83
Commit
679c7e83
authored
Apr 19, 2021
by
lucas_miranda
Browse files
Added extra branch to main autoencoder for rule_based prediction
parent
c923ea47
Pipeline
#99947
passed with stages
in 19 minutes and 41 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
deepof/train_utils.py
View file @
679c7e83
...
...
@@ -103,7 +103,7 @@ def get_callbacks(
run_ID
=
"{}{}{}{}{}{}{}{}{}{}{}{}{}"
.
format
(
(
"GMVAE"
if
variational
else
"AE"
),
(
"_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
""
),
(
"_PhenoPred={}"
.
format
(
phenotype_prediction
)
if
variational
else
""
),
(
"_RuleBasedPred={}"
.
format
(
rule_based_prediction
)
if
variational
else
""
),
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment