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
Describe the bug
Our recent change to batch size auto breaks prediction as we need a batch size of 1
Additional context
We should override batch size to 1 for predictions in the plugin. We shouldnt rely on batch size auto to do this on the cyto-dl side of things because cyto-dl users need non-1 batch sizes sometimes
The text was updated successfully, but these errors were encountered:
Describe the bug
Our recent change to batch size auto breaks prediction as we need a batch size of 1
Additional context
We should override batch size to 1 for predictions in the plugin. We shouldnt rely on batch size auto to do this on the cyto-dl side of things because cyto-dl users need non-1 batch sizes sometimes
The text was updated successfully, but these errors were encountered: