-
Notifications
You must be signed in to change notification settings - Fork 561
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
Refinedet Tensorrt prediction fails #1261
Comments
Hi, can you try outside docker ? Thanks. |
Honestly, it is kind of pain to install everything in a host as:
I would rather avoid this except if it is absolutely needed. |
Hi there. I cannot reproduce using fresh compiled master. @YaYaB could you try lower "maxWorkspaceSize" to 2000 ? |
@fantes Yes I get a core dump as well with |
thanks @YaYaB . Unfortunately, I cannot reproduce either using docker images, using your command lines (thanks for giving them , it helps a lot) . Maybe your BASE_PATH contains bad TRTengine_bs1 or bad net_tensorRT.proto ? |
I make sure the directory does not contain any of those before creating the serving and launching the prediction. I'll try it in another machine to see If I get the same result |
@fantes Ok my bad. After testing it in an another machine I found that I was using it with a Titan X (a bit older than 1080Ti). When I use a 1080Ti it works correctly. However it seems weird because I use classification models (and even ssd) with trt backend with Titan X. it may be the tensorrt_oss that makes the refinedet core dump. Is that possible? |
Configuration
I've tested the last two images and it fails for boths
74cf54c
4de3807
Your question / the problem you're facing:
I tried to make a prediction using a refinedet model with tensorrt backend. However I get an error and if I try to make a prediction two times it generated a core dump.
Error message (if any) / steps to reproduce the problem:
Output
Output using v 0.14.0
Output using v 0.14.0, If the prediction is launched a second time we get the information
It shows message saying "not enough memory" however I have a 1080Ti and enough gpu memory.
Output v0.15.0
We already had a few issues with refinedet and you modified the CI but it does not seem to work well here.
Thanks in advance for your help
The text was updated successfully, but these errors were encountered: