torch2trt icon indicating copy to clipboard operation
torch2trt copied to clipboard

missing handler aten::group_norm

Open ma-siddiqui opened this issue 4 years ago • 3 comments

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....

ma-siddiqui avatar Dec 19 '19 16:12 ma-siddiqui

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

whatlas avatar Sep 15 '20 11:09 whatlas

Got the same one, can anybody help??

iAlexKai avatar Mar 02 '21 04:03 iAlexKai

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

iAlexKai avatar Mar 02 '21 04:03 iAlexKai