-
Notifications
You must be signed in to change notification settings - Fork 544
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
EfficientNet convert to tensorrt model failed. #333
Comments
@FroyoZzz I met the similar error. Have you solved it please? |
I think this value is coded in TensorRT. Unfortunately, this part is not in open source directories.
|
I met the similar error. Have you solved it please? |
Hello @FroyoZzz @githubgsq @basaltzhang @daquexian, Have you solved the issue?The error what you seen is a plausibility check for kernel size in TensorRT. We have plan to relax the check in future versions. |
Closing due to inactivity - if you still have issues with the latest TRT version feel free to open a new issue. |
Hi,all.
I am trying to convert a trained EfficientNet-b2 model into tensorrt format.When I use a tensor of shape (1, 3, 512, 512) ,it succeed and everything worked well.But when I try a tensor of shape (1, 3, 1024, 1024),it failed in converting onnx to trt. I got this error:
Such a high resolution is not supported yet?
I am using the Windows 10; Tensorrt 6.0.1; CUDA 10.1;and pytorch 1.2 version.
Thank you!
The text was updated successfully, but these errors were encountered: