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
CXX .build_release/src/caffe/proto/caffe.pb.cc
CXX src/caffe/util/math_functions.cpp
In file included from src/caffe/util/math_functions.cpp:8:0:
./include/caffe/util/rng.hpp:20:79: error: ‘RandomGeneratorParameter’ does not name a type
template <typename Dtype,typename Randtype> Randtype caffe_rng_generate(const RandomGeneratorParameter& param, Dtype discount_coeff = 1,Dtype prob0_value = NAN);
^
Makefile:576: recipe for target '.build_release/src/caffe/util/math_functions.o' failed
make: *** [.build_release/src/caffe/util/math_functions.o] Error 1
I cann't solve that problem when I make your repo even with Google.
however, I can make caffe from original repo.
sorry I can not download your pretrained model for demo or training.
The text was updated successfully, but these errors were encountered: