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
8f4d23e5
Commit
8f4d23e5
authored
Nov 19, 2020
by
lucas_miranda
Browse files
Refactored a bit the old visualization pipeline - added umap to requirements
parent
443f54df
Pipeline
#87203
passed with stage
in 20 minutes and 38 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
examples/visualizations/train_viz_data_generator.py
View file @
8f4d23e5
...
...
@@ -216,7 +216,7 @@ parser.add_argument(
)
parser
.
add_argument
(
"--samples"
,
"-sa"
,
"-sa
m
"
,
help
=
"Sets the number of samples (without replacement) to take from the validation set."
,
default
=
5000
,
type
=
int
,
...
...
@@ -237,7 +237,7 @@ animal_id = args.animal_id
arena_dims
=
args
.
arena_dims
batch_size
=
args
.
batch_size
bayopt_trials
=
args
.
bayopt
checkpoints
=
args
.
Z
checkpoint_path
checkpoints
=
args
.
checkpoint_path
exclude_bodyparts
=
tuple
(
args
.
exclude_bodyparts
.
split
(
","
))
gaussian_filter
=
args
.
gaussian_filter
hparams
=
args
.
hyperparameters
...
...
Write
Preview
Supports
Markdown
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