Closed Noxi123 closed 2 years ago
@Noxi123 ,
I've checked your model with both older (2021.1) version and latest (2022.1) version. I could observe the same result as yours.
The conversion succeed in the older OV version
while failed in the latest OV version
We'll further investigate this and get back to you asap.
Thank you very much, I'll wait for your reply.
@Noxi123 We were not able to find a solution for converting your model using OpenVINO 2022.1 release. We have submitted an internal ticket with the development team to investigate.
Ref. 84180
Thank you very much I appreciate it, for now I will use the older version.
Hi, Any update on this issue?
Thanks.
@svetom This is something the development team is still looking into. I appologies for hte delay.
@Noxi123 and @svetom the fix was merged -- your models should now be converted to IR. To try it out please checkout latest master. Thank you!
System information (version)
Detailed description
Hello, when using the new version of OpenVINO model optimizer I encountered a problem with network optimization, everything worked in version 2021.2 but not in higher versions. Model Optimizer returns the following error
it sets this in the InterpolateTransposes.py line 61 where the change was made in the newer versions from 2021.3 there is an added call to the function Interpolate.get_axes
and in this function it sets the problem when you call get_axes(...), in file Interpolate.py at line 165 is
src_shape = node.in_port(0).data.get_shape()
followed by an assert and raises the given error.Steps to reproduce
Here is net test.zip and parameters with which I executed it
Issue submission checklist