-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error in converting onnx to tensorrt #414
Comments
Did the onnx converting throw any error? Make sure that the verify flag is on. |
This is the command i used that time :
|
It seems that it works. Please raise this issue in tensorRT repo. |
Some ops may not be supported by tensorRT. For example, squeeze used in pytorch1.7 will generate |
congratulations ! |
Hi, there, now i want to try converting other models like ircsn besides TSN to onnx format, but i came across an error.
I also tried on i3d and tpn, what are the common reasons for these three errors ? Thanks ! |
Please open a new issue for new issues |
All right, i will open new issue ~ |
@kartik1395 At that time, i referred to Tensorrt's |
Will reducing the version in this way affect the results? |
Hi, there, i followed this tutorial to export
tsn_r50_1x1x3_100e_kinetics400_rgb_20200614-e508be42.pth
to onnx format, and this is the exported model, then i tried using trtexec to convert it to tensorrt file, but it reports error:The text was updated successfully, but these errors were encountered: