This repository was archived by the owner on Sep 18, 2024. It is now read-only.
Replies: 1 comment 2 replies
-
|
We have planned to support different dtypes and qschemes in this pr which includes symmetric quantization. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
According to the TensorRT document (https://docs.nvidia.com/deeplearning/tensorrt/archives/tensorrt-700/tensorrt-developer-guide/index.html#set_tensor_mp_c), symmetric quantization is supported.
Therefore when using TensorRT, we would see the warnings
But NNI only supports asymmetric quantization.
Any idea?
Beta Was this translation helpful? Give feedback.
All reactions