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
I can see you have changed the layer_factor.h/cpp so it's even harder to follow what happen. Seems it's incompatible to the older version prototxt to set up layers.
The text was updated successfully, but these errors were encountered:
With all releases one should do make clean && make superclean to clear out old materials before compiling the new release to avoid inconsistencies. See #1849 for release details.
Old proto are in fact upgraded automatically in many uses.
I clone the latest version of caffe but it didn't even work on the MNIST demo. I run following the website http://caffe.berkeleyvision.org/gathered/examples/mnist.html but it gives error:
Creating layer mnist
F0226 16:02:12.381031 5959 layer_factory.hpp:77] Check failed: registry.count(type) == 1 (0 vs. 1) Unknown layer type: Data (known types: )
*** Check failure stack trace: ***
@ 0x7effc27bd95d google::LogMessage::Fail()
@ 0x7effc27c1fd7 google::LogMessage::SendToLog()
@ 0x7effc27bfe39 google::LogMessage::Flush()
@ 0x7effc27c013d google::LogMessageFatal::~LogMessageFatal()
@ 0x4a69af caffe::Net<>::Init()
@ 0x4a7f62 caffe::Net<>::Net()
@ 0x491304 caffe::Solver<>::InitTrainNet()
@ 0x491827 caffe::Solver<>::Init()
@ 0x491c15 caffe::Solver<>::Solver()
@ 0x41c328 caffe::GetSolver<>()
@ 0x417bf1 train()
@ 0x41b558 main
@ 0x39c4a1ed5d (unknown)
@ 0x415c45 (unknown)
I can see you have changed the layer_factor.h/cpp so it's even harder to follow what happen. Seems it's incompatible to the older version prototxt to set up layers.
The text was updated successfully, but these errors were encountered: