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
In various example scripts one finds batch_size: int = 99999, which just means that there is no batching, since batch_size exceeds buffer capacity. This should be handled by a better default like None or -1.