BVLC / caffe

Caffe: a fast open framework for deep learning.
http://caffe.berkeleyvision.org/
Other
34.07k stars 18.7k forks source link

PoolingParameter_RoundMode’ does not name a type #6535

Open YuanXinCherry opened 6 years ago

YuanXinCherry commented 6 years ago

Important - read before submitting

Please read the guidelines for contributing before submitting this issue!

Please do not post installation, build, usage, or modeling questions, or other requests for help to Issues. Use the caffe-users list instead. This helps developers maintain a clear, uncluttered, and efficient view of the state of Caffe.

Issue summary

Steps to reproduce

Tried solutions

System configuration

Issue checklist

YuanXinCherry commented 6 years ago

CXX src/caffe/layers/relu_layer.cpp In file included from ./include/caffe/layers/cudnn_pooling_layer.hpp:10:0, from src/caffe/layers/cudnn_pooling_layer.cpp:4: ./include/caffe/layers/pooling_layer.hpp:54:3: error: ‘PoolingParameter_RoundMode’ does not name a type PoolingParameter_RoundMode roundmode; ^ Makefile:503: recipe for target '.build_release/src/caffe/layers/cudnn_pooling_layer.o' failed make: [.build_release/src/caffe/layers/cudnn_pooling_layer.o] Error 1 make: 正在等待未完成的任务....

Truthuleave commented 6 years ago

The same question with you. My cudnn version is 7.1.4 for cuda 8.0. Have you solved this?

rhmiao commented 5 years ago

Try to update the caffe/src/caffe/proto/caffe.proto in your project as the new caffe's .proto file, this maybe effective.

xiaoshuang112 commented 5 years ago

哪位大佬解决了这歌问题啊,分享一下,这坑太深