Skip to content
Snippets Groups Projects
Commit 8f4d23e5 authored by Lucas Miranda's avatar Lucas Miranda
Browse files

Refactored a bit the old visualization pipeline - added umap to requirements

parent 443f54df
No related branches found
No related tags found
No related merge requests found
Pipeline #87203 passed
......@@ -216,7 +216,7 @@ parser.add_argument(
)
parser.add_argument(
"--samples",
"-sa",
"-sam",
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.Zcheckpoint_path
checkpoints = args.checkpoint_path
exclude_bodyparts = tuple(args.exclude_bodyparts.split(","))
gaussian_filter = args.gaussian_filter
hparams = args.hyperparameters
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment