Hi all,
I built and run TensorRT 3.0.4 samples in docker container, but got below errors when running the sample.
$./bin/sample_mnist
ERROR: cudnnLayerUtils.cpp (288) - Cuda Error in smVersion: 35
terminate called after throwing an instance of ‘nvinfer1::CudaError’
what(): std::exception
Aborted (core dumped)
Env information:
os: Linux version 4.2.0-37-generic
gcc: 4.8.4
cuda : 9.0
cudnn: 7.0
nvidia Tesla P4 GPU driver: 390.25
Thanks in advance for your help.
wuyan