Skip to content

Commit

Permalink
add extra info
Browse files Browse the repository at this point in the history
  • Loading branch information
eugene123tw committed Jul 10, 2023
1 parent 508c1c3 commit 9fd8a05
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/source/guide/explanation/additional_features/tiling.rst
Original file line number Diff line number Diff line change
Expand Up @@ -184,4 +184,7 @@ After exporting the model, you can run inference on the exported model using the
ote eval Custom_Object_Detection_Gen3_SSD --test-data-roots tests/assets/small_objects --load-weights <path_to_exported_model>/openvino.xml
.. warning::
Tiling trades off speed for accuracy as it increases the number of images to be processed. Therefore, it is normal to see a longer training and inference time when tiling is enabled.
When tiling is enabled, there is a trade-off between speed and accuracy as it increases the number of images to be processed.
As a result, longer training and inference times are expected. If you encounter GPU out of memory errors,
you can mitigate the issue by reducing the number of batches through the command-line interface (CLI) or
by adjusting the batch size value in ``template.yaml`` file located in the workspace.

0 comments on commit 9fd8a05

Please sign in to comment.