Skip to content

Commit

Permalink
replace pytorch exporter example link (#1012)
Browse files Browse the repository at this point in the history
  • Loading branch information
elad-c committed Mar 24, 2024
1 parent 9350658 commit 36f44d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ quantized_model = mct.keras_load_quantized_model('my_model.keras')

#### PyTorch

PyTorch models can be exported as onnx models. An example of loading a saved onnx model can be found [here](https://github.com/sony/model_optimization/blob/main/docs/api/experimental_api_docs/modules/exporter.html#use-exported-model-for-inference).
PyTorch models can be exported as onnx models. An example of loading a saved onnx model can be found [here](https://github.com/sony/model_optimization/blob/main/tutorials/notebooks/pytorch/export/example_pytorch_export.ipynb).

*Note:* Running inference on an ONNX model in the `onnxruntime` package has a high latency.
Inference on the target platform (e.g. the IMX500) is not affected by this latency.
Expand Down

0 comments on commit 36f44d3

Please sign in to comment.