bear63 / sceneReco

ctpn+crnn Scene character recognition
943 stars 371 forks source link

Run the demo.py with cudnn,i get "Check failed: status == CUDNN_STATUS_SUCCESS (3 vs. 0) CUDNN_STATUS_BAD_PARAM" #31

Open shuihuadx opened 6 years ago

shuihuadx commented 6 years ago

This is my parameter:

OS:Ubuntu14 video card: GTX 1060 6G, cuda7.0, cudnn v3.0

when run the demo.py with cudnn,i get "Check failed: status == CUDNN_STATUS_SUCCESS (3 vs. 0) CUDNN_STATUS_BAD_PARAM",how to solve this ?

But it is ok run the demo.py without cudnn.