Skip to content

Commit b5e9e28

Browse files
committed
change hyperparam to speed up upload
1 parent 04af363 commit b5e9e28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nucleus/dataset.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ def annotate(
102102
self,
103103
annotations: List[Union[BoxAnnotation, PolygonAnnotation]],
104104
update: Optional[bool] = DEFAULT_ANNOTATION_UPDATE_MODE,
105-
batch_size: int = 20,
105+
batch_size: int = 5000,
106106
) -> dict:
107107
"""
108108
Uploads ground truth annotations for a given dataset.

0 commit comments

Comments
 (0)