Description
- Failed to run tensorrt python samples with the GPU GeForce gtx 1050Ti, However it works fine with C++ samples
- successfully run the same tensorrt python sample and C++ sample with GPU GeForce RTX 2080Ti via a saved docker from 1
occurred error:
[TensorRT] ERROR: ../rtSafe/safeContext.cpp (105) - Cudnn Error in initializeCommonContext: 1 (Could not initialize cudnn, please check cudnn installation.)
Environment
TensorRT Version: 7.0.0.11
GPU Type: GeForce gtx 1050Ti
Nvidia Driver Version: 410.78
CUDA Version: 10.0
CUDNN Version: 7.6.5
Operating System + Version: ubuntu 16.04
Python Version (if applicable): 3.7.1
TensorFlow Version (if applicable): none
PyTorch Version (if applicable): 1.4.0
Baremetal or Container (if container which image + tag): Lenovo Thinkpad X1 Extreme
Relevant Files
Please attach or include links to any models, data, files, or scripts necessary to reproduce your issue. (Github repo, Google Drive, Dropbox, etc.)
Steps To Reproduce
- install cuda10.0, cudnn7.6.5, tensorrt 7.0.0.11
- run sample in TensorRT-7.0.0.11/samples/python/network_api_pytorch_mnist
Please include:
- Exact steps/commands to build your repro
- Exact steps/commands to run your repro
- Full traceback of errors encountered