How can I tell the converted model precision? #21138
Unanswered
shaharyuval
asked this question in
Q&A
Replies: 1 comment 10 replies
-
Hi @shaharyuval I see that you are using GPU, which by default performs computations in FP16. Please, try the following:
|
Beta Was this translation helpful? Give feedback.
10 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.
-
I'd like to convert a Pytorch model to IR representation and would like to ensure similar behavior. I currently see a degradation in Openvino relative to Pytorch. My first thought is to verify the model is still in FP32 precision. How can I do so?
This is my conversion and inference code:
Is there any attribute controlling the IR model precision? I am unable to find documentation for this function.
I see some sources refer to another conversion function (is it older or deprecated?):
Is it possible to control the precision with this one? Where can I find documentation for the parameters?
Beta Was this translation helpful? Give feedback.
All reactions