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
33fed47d
Commit
33fed47d
authored
Apr 15, 2021
by
lucas_miranda
Browse files
Added extra branch to main autoencoder for rule_based prediction
parent
8017c6d2
Changes
1
Hide whitespace changes
Inline
Side-by-side
deepof_experiments.smk
View file @
33fed47d
...
...
@@ -31,6 +31,7 @@ rule deepof_experiments:
input:
# Elliptical arena detection
# "/psycl/g/mpsstatgen/lucas/DLC/DLC_autoencoders/DeepOF/deepof/supplementary_notebooks/recognise_elliptical_arena.ipynb",
#
# Hyperparameter tuning
# expand(
# os.path.join(
...
...
@@ -41,6 +42,7 @@ rule deepof_experiments:
# k=cluster_numbers,
# enc=encodings,
# ),
#
# Train a variety of models
expand(
outpath + "train_models/trained_weights/"
...
...
@@ -52,7 +54,7 @@ rule deepof_experiments:
"encoding={encs}_"
"k={k}_"
"latreg={latreg}_"
"ent
ropy
knn={entknn}_"
"entknn={entknn}_"
"run={run}_"
"final_weights.h5",
input_type=input_types,
...
...
@@ -126,7 +128,7 @@ rule train_models:
"encoding={encs}_"
"k={k}_"
"latreg={latreg}_"
"ent
ropy
knn={entknn}_"
"entknn={entknn}_"
"run={run}_"
"final_weights.h5",
shell:
...
...
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