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 9554171 commit dba9bbaCopy full SHA for dba9bba
ami/jobs/models.py
@@ -418,7 +418,7 @@ def run(self):
418
total_detections = 0
419
total_classifications = 0
420
421
- CHUNK_SIZE = 2 # Keep it low to see more progress updates
+ CHUNK_SIZE = 4 # Keep it low to see more progress updates
422
chunks = [images[i : i + CHUNK_SIZE] for i in range(0, image_count, CHUNK_SIZE)] # noqa
423
424
for i, chunk in enumerate(chunks):
0 commit comments