You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: