traveller59 / torch2trt

convert torch module to tensorrt network or tvm function
MIT License
89 stars 19 forks source link

missing handler aten::group_norm #9

Open ma-siddiqui opened 4 years ago

ma-siddiqui commented 4 years ago

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 commented 4 years ago

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

iAlexKai commented 3 years ago

Got the same one, can anybody help??

iAlexKai commented 3 years ago

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