-
-
Notifications
You must be signed in to change notification settings - Fork 26.9k
MLP batch size warning #5670
Copy link
Copy link
Closed
Labels
EasyWell-defined and straightforward way to resolveWell-defined and straightforward way to resolve
Description
The mlp tests raise many warnings. In particular, they warn because the default batch-size is larger than some datasets.
I suggest setting the default batch-size to "auto" which is min(whateveritisnow, X.shape[0]). Raising a warning about our default value makes no sense to me.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
EasyWell-defined and straightforward way to resolveWell-defined and straightforward way to resolve