Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions manual/working_with_models.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,12 @@ The following network model formats are supported:
PyTorch models can be saved in different formats, only `TorchScript` format is supported.
see :ref:`working-with-pytorch-models-label` for more information.

.. note::

For YOLO models in ``Tensorflow Lite`` format, we recommend selecting the ``float 32`` (fp32) model format.
SyNAP will quantize and optimize this format to run efficiently on the NPU.

For YOLO models in ``ONNX`` format, we recommend using the ``kl_divergence`` algorithm to optimize prediction results.

.. note::

Expand Down