Error when run example sample_classification

1、deepstream1.0
2、tensorrt3.04

when I run example sample_classification,occurred the following error:
sample_classification: shaderlist_impl.h:50: void cask::ShaderList<ShaderType, OperationType>::sortHandles() const [with ShaderType = cask::ConvolutionShader; OperationType = cask::Convolution]: Assertion `((*i)->handle != (*prevI)->handle) && “Internal error: CASK: all shaders must have unique names”’ failed.

the error is function pDeviceWorker->addInferenceTask,How do I solve this problem,thank you.

Hi,

They are incompatible packages.

Please check our document for the software dependencies.
>> 2.1 INSTALLATION SYSTEM REQUIREMENTS

For DeepStream-1.0, please use TensorRT-2.1
For DeepStream-1.5, please use TensorRT-3.0

Thanks.

Thank you, TensorRT 2.1 can use cuDNN7?

No.

TensorRT2.1 depends on cuDNN6 and CUDA7.5/CUDA8.0.
Thanks.