You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I make caffe, I ran into the problem as follows:
make all
PROTOC src/caffe/proto/caffe.proto
CXX .build_release/src/caffe/proto/caffe.pb.cc
CXX src/caffe/layer_factory.cpp
CXX src/caffe/solvers/nesterov_solver.cpp
...
CXX src/caffe/layers/reduction_layer.cpp
CXX src/caffe/layers/inner_product_layer.cpp
CXX src/caffe/layers/cudnn_batch_norm_layer.cpp
In file included from src/caffe/layers/cudnn_batch_norm_layer.cpp:10:0:
./include/caffe/layers/cudnn_batch_norm_layer.hpp:34:18: error: ‘DiagonalAffineMap’ does not name a type
virtual inline DiagonalAffineMap coord_map() {
^
make: *** [.build_release/src/caffe/layers/cudnn_batch_norm_layer.o] Error 1
Would you mind uploading your caffe package?
The text was updated successfully, but these errors were encountered:
Hi,implus!
When I make caffe, I ran into the problem as follows:
Would you mind uploading your caffe package?
The text was updated successfully, but these errors were encountered: