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

missing handler aten::group_norm #9

Open
ma-siddiqui opened this issue Dec 19, 2019 · 3 comments
Open

missing handler aten::group_norm #9

ma-siddiqui opened this issue Dec 19, 2019 · 3 comments

Comments

@ma-siddiqui
Copy link

While converting pytorch model into trt I faced error. Please guide me how to fix it.

Exception has occurred: AssertionError
missing handler aten::group_norm, available handlers: ['prim::Cons....

@whatlas
Copy link

whatlas commented Sep 15, 2020

i got sth like this,
missing handler prim::CallMethod, availble handlers: [...
can anyone help?

@iAlexKai
Copy link

iAlexKai commented Mar 2, 2021

Got the same one, can anybody help??

@iAlexKai
Copy link

iAlexKai commented Mar 2, 2021

While converting pytorch model into trt I faced error. Please guide me how to fix it.

Exception has occurred: AssertionError
missing handler aten::group_norm, available handlers: ['prim::Cons....

I've got it, this might be your own function, so you have to write your own handler, according to the handlers/ops.py

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

3 participants