grimoire / torch2trt_dynamic

A pytorch to tensorrt convert with dynamic shape support
MIT License
254 stars 34 forks source link

No module named 'torch2trt_dynamic.converters.identity' #31

Closed xuweidongkobe closed 2 years ago

xuweidongkobe commented 2 years ago

I install the 0.5.0 version, when I run the mmdetection2trt demo ,it shows the error:No module named 'torch2trt_dynamic.converters.identity'. Can you help me,how to solve the problem, thank you

grimoire commented 2 years ago

Are you installed on windows? Please note that windows treat identity.py and Identity.py as the same file, one of them might be removed.

xuweidongkobe commented 2 years ago

@grimoire thank you for your replay , I install in linux docker.