Skip to content

Commit 6236c7b

Browse files
committed
larger batch size for predictions
1 parent 2e64ccf commit 6236c7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nucleus/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -657,7 +657,7 @@ def predict(
657657
Union[BoxPrediction, PolygonPrediction, SegmentationPrediction]
658658
],
659659
update: bool,
660-
batch_size: int = 100,
660+
batch_size: int = 5000,
661661
):
662662
"""
663663
Uploads model outputs as predictions for a model_run. Returns info about the upload.

0 commit comments

Comments
 (0)