Skip to content

Commit

Permalink
Update batch value
Browse files Browse the repository at this point in the history
Signed-off-by: Andres <[email protected]>
  • Loading branch information
diazandr3s committed Oct 7, 2023
1 parent fd26f9c commit 02ad823
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions sample-apps/radiology/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -342,14 +342,16 @@ def main():
}
)

# app.batch_infer(request={"model": "pipeline",
# "multi_gpu": False,
# "save_label": True,
# "label_tag": "original",
# "max_workers": 1,
# "max_batch_size": 1
# }
# )
# app.batch_infer(
# request={
# "model": "pipeline",
# "multi_gpu": False,
# "save_label": True,
# "label_tag": "original",
# "max_workers": 1,
# "max_batch_size": 0,
# }
# )

return

Expand Down

0 comments on commit 02ad823

Please sign in to comment.