Open littlespice opened 2 years ago
Any fix yet? I am running into this error as well.
Judging by the plugin description here with interpolate only, I assumed GroupNorm support is not yet fully complete. Ended up implementing my own GroupNorm layer that works with torch2trt.
@littlespice Would you mind sharing it?
Hi,
I'm trying to use torch2trt for nn.GroupNorm layer. When I run my toy model with torch2trt, it outputs the following error:
torch2trt has been installed without error using:
Does anyone know what might have caused this import error? Replication of this error case or possible measures would be greatly appreciated. Thanks in advance!