Faldict commented on issue #12142: Failed to import MXNet built with TensorRT URL: https://github.com/apache/incubator-mxnet/issues/12142#issuecomment-420503528 @KellenSunderland That problem was probably due to the mismatch of nvidia driver versions. After I fixed the problems and installed the latest pip package `mxnet-tensorrt-cu90`, TensorRT is usable now. I tried the `lenet` test case and measured the inference time: ``` MXNet costs time: 1.380867, TensorRT costs time: 1.026270. ``` Seems that it works fine! Thanks for your awesome efforts!
---------------------------------------------------------------- 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
