KellenSunderland edited a comment on issue #12142: Failed to import MXNet built with TensorRT URL: https://github.com/apache/incubator-mxnet/issues/12142#issuecomment-413447489 @Faldict: I suspect it's still something to do with the build, but it could be some missing validation. Do the other tests run properly? I'd like to do two things to help troubleshoot the problem. First use a pre-built package to rule out build issues. Second lets gather some more information by getting a full stack dump. Would you be able to run the diagnose script so I can see what OS distro you're running? I'm working on an installer package for TRT at the moment. Since you're one of the earlier adopters maybe you can give it a shot and see if it fixes your issues? What to do: 1. Download the diagnosis script from https://raw.githubusercontent.com/apache/incubator-mxnet/master/tools/diagnose.py 2. Run the script using `python diagnose.py` and paste its output here. Could you also try to run the test using gdb? You would need to run something like: ```bash gdb python3 incubator-mxnet/tests/python/tensorrt/test_tensorrt_lenet5.py then from within gdb c # to continue, it should then crash and allow you to enter this command: thread apply all bt # dumps the stack of all threads ``` If you could then paste the results here that would help me understand where the crash is coming from.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
