fengfu-chris / caffe-twns

Implementation of Ternary Weight Networks In Caffe
https://arxiv.org/abs/1605.04711
63 stars 23 forks source link

Build error #11

Closed sainisanjay closed 7 years ago

sainisanjay commented 7 years ago

Hi @fengfu-chris , Do you have any idea how to solve the following error.

make: *** [.build_release/tools/caffe.bin] Error 1
.build_release/lib/libcaffe.so: undefined reference to `caffe::Layer<float>::BinaryToProto(caffe::LayerParameter*)'

make: *** [.build_release/tools/upgrade_net_proto_text.bin] Error 1
.build_release/lib/libcaffe.so: undefined reference to `caffe::Layer<float>::BinaryToProto(caffe::LayerParameter*)'

make: *** [.build_release/tools/upgrade_net_proto_binary.bin] Error 1
.build_release/lib/libcaffe.so: undefined reference to `caffe::Layer<float>::BinaryToProto(caffe::LayerParameter*)'