Skip to content

Commit

Permalink
Update default batch size to 64 (#116)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamltyson authored Jun 3, 2024
1 parent 86c292c commit d73f8c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion brainglobe_workflows/brainmapper/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ def classification_parse(parser):
"--batch-size",
dest="batch_size",
type=check_positive_int,
default=32,
default=64,
help="Batch size for classification. Can be adjusted depending on "
"GPU memory.",
)
Expand Down

0 comments on commit d73f8c3

Please sign in to comment.