Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot create MVN layer InstanceNormalization_205/Ins_Norm/MVN_ id:475 from unsupported opset: opset6 #4

Open
1234269 opened this issue Sep 30, 2021 · 1 comment

Comments

@1234269
Copy link

1234269 commented Sep 30, 2021

my trained modnet.xml cannot be inferenced, but your .xml can be inferenced successfully. please help me!

@kingpeter2015
Copy link
Owner

@1234269 some opset node 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants