Skip to content
GitLab
Menu
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
a256965b
Commit
a256965b
authored
Apr 15, 2021
by
lucas_miranda
Browse files
Added extra branch to main autoencoder for rule_based prediction
parent
961b47fa
Pipeline
#98482
canceled with stages
in 4 minutes and 2 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
deepof_experiments.smk
View file @
a256965b
...
...
@@ -44,7 +44,8 @@ rule deepof_experiments:
# Train a variety of models
expand(
outpath + "train_models/trained_weights/"
"GMVAE_NextSeqPred={nspredweight}_"
"GMVAE_input_type={input_type}_"
"NextSeqPred={nspredweight}_"
"PhenoPred={phenpredweight}_"
"RuleBasedPred={rulesweight}_"
"loss={loss}_"
...
...
@@ -117,7 +118,8 @@ rule train_models:
),
output:
trained_models=outpath + "train_models/trained_weights/"
"GMVAE_NextSeqPred={nspredweight}_"
"GMVAE_input_type={input_type}_"
"NextSeqPred={nspredweight}_"
"PhenoPred={phenpredweight}_"
"RuleBasedPred={rulesweight}_"
"loss={loss}_"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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