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
0e7f7f00
Commit
0e7f7f00
authored
Mar 29, 2021
by
lucas_miranda
Browse files
Updated .ipynb files to follow Black style guidelines
parent
4be1f4b5
Pipeline
#97110
canceled with stages
in 21 minutes and 26 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
deepof_experiments.smk
View file @
0e7f7f00
...
...
@@ -55,14 +55,14 @@ rule deepof_experiments:
rule elliptical_arena_detector:
input:
to_exec="supplementary_notebooks/regognise_elliptical_arena_blank.ipynb",
to_exec="
/psycl/g/mpsstatgen/lucas/DLC/DLC_autoencoders/DeepOF/deepof/
supplementary_notebooks/regognise_elliptical_arena_blank.ipynb",
output:
exec="supplementary_notebooks/regognise_elliptical_arena.ipynb",
exec="
/psycl/g/mpsstatgen/lucas/DLC/DLC_autoencoders/DeepOF/deepof/
supplementary_notebooks/regognise_elliptical_arena.ipynb",
shell:
"papermill {input.to_exec} "
"-p vid_path './supplementary_notebooks' "
"-p log_path ./logs' "
"-p out_path './
logs
' "
"-p vid_path './supplementary_notebooks
/
' "
"-p log_path ./logs
/
' "
"-p out_path './
trained_models/
' "
"{output.exec}"
...
...
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