-
Notifications
You must be signed in to change notification settings - Fork 681
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
Importing torch2trt hides tracebacks from exceptions #98
Comments
Hi xsacha, Thanks for reaching out. I'm currently unable to reproduce this. Could you share more information regarding your system?
Or perhaps a minimal sample script to reproduce. Best, |
Python 3.6.8
|
+1, the same issue. Plus Segmentation fault (core dumped) is shown after the successful running of code. |
I have tried the Option 1 - Without plugins and Option 2 - With plugins (experimental). It would return "Segmentation fault" when I excuted "from torch2trt import torch2trt" . |
Any updates on this? |
My environment is Centos 7.7.1908, python: 3.6.8, Cuda 10.1. |
Any update on this? This problem is still there in the most recent version. |
Just like title. Once I import torch2trt, I no longer get tracebacks from exceptions. It just tells me 'Segmentation Fault' for simple things such as 'File not found'.
Simply removing the import fixes this.
The text was updated successfully, but these errors were encountered: