caffe_ocr_for_linux
caffe_ocr_for_linux copied to clipboard
cannot find lopenblas
can you tell me about this question that I have meet
you need install OpenBlas , I did it successfully by this way,hope it helps https://www.cnblogs.com/llxrl/p/5292119.html
@moucmou 你好,请问你有跑通这个代码吗? In file included from src/caffe/layers/DenseBlock_layer.cpp:19:0: ./include/caffe/layers/DenseBlock_layer.hpp:147:3: error: ‘cudnnTensorDescriptor_t’ does not name a type cudnnTensorDescriptor_t * quadG_tensorDesc; ^ ./include/caffe/layers/DenseBlock_layer.hpp:148:3: error: ‘cudnnTensorDescriptor_t’ does not name a type cudnnTensorDescriptor_t * quadG_paramDesc; ^ ./include/caffe/layers/DenseBlock_layer.hpp:149:3: error: ‘cudnnConvolutionDescriptor_t’ does not name a type cudnnConvolutionDescriptor_t* convBC_Descriptor; ^ 这个错误要怎么办
我当时在docker-nvidia镜像里跑通了这个项目,没有出现上述错误,建议你也这么做。我后来用tensorflow自己动手实现了cnn+lstm+ctc来实现ocr,用的这个项目的训练集训练,感觉也还凑合。
@zxy3416391 cudnn版本可能不对