You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, and thank you for your outstanding project.
I encountered an error when converting a structure containing ConvTranspose2d using torch2trt. Here is the code and the error.
Change out_channels = int(weight.shape[0]) to out_channels = int(weight.shape[1]) and reinstall the package solved the issue.
Output channel is weight.shape[1] for ConvTransposexd, and weight.shape[0] for Convxd
Hello, and thank you for your outstanding project.
I encountered an error when converting a structure containing ConvTranspose2d using torch2trt. Here is the code and the error.
Looking forward to your reply.
The text was updated successfully, but these errors were encountered: