Skip to content

Commit

Permalink
Increase range on batch size (#1513)
Browse files Browse the repository at this point in the history
* Increase range on batch size

* Set maximum to a factor of 2
  • Loading branch information
roomrys authored Sep 25, 2023
1 parent c76e602 commit 4100153
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sleap/config/training_editor_form.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -661,6 +661,7 @@ optimization:
label: Batch Size
name: optimization.batch_size
type: int
range: 1,512
- default: 100
help: Maximum number of epochs to train for. Training can be stopped manually or automatically if early stopping is enabled and a plateau is detected.
label: Epochs
Expand Down

0 comments on commit 4100153

Please sign in to comment.