caffe icon indicating copy to clipboard operation
caffe copied to clipboard

Some error break out in the Test phase

Open zhoupan9109 opened this issue 4 years ago • 0 comments

When this caffe integrating with the cuDNN v8.0.4, there are lots of errors breaking out in t cuDNNConvolution layer test. The details explain as follow:

  1. make the order 'make runtest'.
  2. Any layers else but cuDNNConvolution layer test didn't break out error.
  3. The cuDNNConvolution layer errors break out in TestSetupCuDNN,TestCconvolutionGroupCuDNN, TestGradientCuDNN and TestSimpleConvolutionCuDNN. one of the error is that the different between compute_gradient and estimated_gradient.

The Nvidia environment: CUDA: 11.1, cuDNN 8.0.4

zhoupan9109 avatar Feb 05 '21 03:02 zhoupan9109