@1234269 InstanceNorm2d is define in latest version of pytorch which openvino can not parse.
So there are only two ways to solve the problem:
1 You can train your model with downgrading pytorch or other deep learning framework.
2 You can implement you own ‘instancenorm2d’ node with openvino extension in openvino.
Lastly, I regret to tell you that I have stop doing this lib(or cnn-related work) for a long time. Some details have been forgotten, and it's not easy to help you now. There are so many things to do that I have no time to maintain this project. Maybe I can help you someday when I share some free time.
@1234269 InstanceNorm2d is define in latest version of pytorch which openvino can not parse. So there are only two ways to solve the problem: 1 You can train your model with downgrading pytorch or other deep learning framework. 2 You can implement you own ‘instancenorm2d’ node with openvino extension in openvino.
Lastly, I regret to tell you that I have stop doing this lib(or cnn-related work) for a long time. Some details have been forgotten, and it's not easy to help you now. There are so many things to do that I have no time to maintain this project. Maybe I can help you someday when I share some free time.