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