How to add FakeQuantize Node in graph #1707
Unanswered
shjiyang-intel
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Greetings, @ShjiYang! If you are seeing the FakeQuantize nodes in the .onnx representation of the model exported from Torch, then NNCF has done its job properly. OpenVINO's Model Optimizer may convert these FakeQuantize nodes to clamp/round as they see fit in the IR representation obtained from the ONNX, but the functional result should remain the same. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
May I ask how to add FQ node in the model like POT does?
Here is my situation, I have a torch model and want to convert it to IR of OpenVINO support with FQ node.
But it seems like there are only round and clamp nodes when I follow the compress guide in README.md
I can see the FakeQuantize code in this repo, but how can I apply that ? Any supports?
Many Thanks!
Beta Was this translation helpful? Give feedback.
All reactions