Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
masahi committed Apr 13, 2020
1 parent d9be00d commit 98cff55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tutorials/frontend/deploy_prequantized.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@
================================
**Author**: `Masahiro Masuda <https://github.com/masahi>`_
This is an a tutorial on loading models quantized by deep learning frameworks into TVM.
This is a tutorial on loading models quantized by deep learning frameworks into TVM.
Pre-quantized model import is one of the quantization support we have in TVM. More details on
the quantization story in TVM can be found
`here <https://discuss.tvm.ai/t/quantization-story/3920>`_.
Here, we demonstrate how to load and run models quantized by PyTorch, MXNet, and TFLite.
Once loaded, we can run quantized models on any hardware TVM supports.
Once loaded, we can run compiled, quantized models on any hardware TVM supports.
"""

#################################################################################
Expand Down

0 comments on commit 98cff55

Please sign in to comment.