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
Branches
No related tags found
No related merge requests found
Pipeline #87203 passed
...@@ -216,7 +216,7 @@ parser.add_argument( ...@@ -216,7 +216,7 @@ parser.add_argument(
) )
parser.add_argument( parser.add_argument(
"--samples", "--samples",
"-sa", "-sam",
help="Sets the number of samples (without replacement) to take from the validation set.", help="Sets the number of samples (without replacement) to take from the validation set.",
default=5000, default=5000,
type=int, type=int,
...@@ -237,7 +237,7 @@ animal_id = args.animal_id ...@@ -237,7 +237,7 @@ animal_id = args.animal_id
arena_dims = args.arena_dims arena_dims = args.arena_dims
batch_size = args.batch_size batch_size = args.batch_size
bayopt_trials = args.bayopt bayopt_trials = args.bayopt
checkpoints = args.Zcheckpoint_path checkpoints = args.checkpoint_path
exclude_bodyparts = tuple(args.exclude_bodyparts.split(",")) exclude_bodyparts = tuple(args.exclude_bodyparts.split(","))
gaussian_filter = args.gaussian_filter gaussian_filter = args.gaussian_filter
hparams = args.hyperparameters hparams = args.hyperparameters
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment