We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c515f2 commit 9c59723Copy full SHA for 9c59723
nucleus/__init__.py
@@ -604,7 +604,6 @@ def predict(
604
annotations,
605
update,
606
)
607
- print(batch_payload)
608
response = self._make_request(
609
batch_payload, f"modelRun/{model_run_id}/predict"
610
nucleus/dataset.py
@@ -15,9 +15,6 @@
15
16
from .payload_constructor import construct_model_run_creation_payload
17
18
-
19
20
21
class Dataset:
22
"""
23
Nucleus Dataset. You can append images with metadata to your dataset,
0 commit comments