Hello Philip,
I noticed that you're very active in responding to people's help cries, which is awesome! I have one for my own.
I tried going through the SqueezeNet example, but I get stuck on running the 00_quantize_squeezenet.sh.
I ran the make all, make test and make runtest, all exited perfectly.
The first error I get is about my using a GPU, since I don't have a GPU in my PC, I compiled Caffe for only CPU, so I had to change the 00_quantize_squeezenet.sh (only took out the --gpu=0 part, leaving the trimming mode and the iterations).
The error that I get when compiling is:
I0531 11:34:17.635208 5657 layer_factory.hpp:77] Creating layer data
F0531 11:34:17.635278 5657 db_lmdb.hpp:15] Check failed: mdb_status == 0 (2 vs. 0) No such file or directory
*** Check failure stack trace: ***
@ 0x7fe81499c5cd google::LogMessage::Fail()
@ 0x7fe81499e433 google::LogMessage::SendToLog()
@ 0x7fe81499c15b google::LogMessage::Flush()
@ 0x7fe81499ee1e google::LogMessageFatal::~LogMessageFatal()
@ 0x7fe814d7c928 caffe::db::LMDB::Open()
@ 0x7fe814dd010f caffe::DataLayer<>::DataLayer()
@ 0x7fe814dd0282 caffe::Creator_DataLayer<>()
@ 0x7fe814ec6a05 caffe::Net<>::Init()
@ 0x7fe814ec9b25 caffe::Net<>::Net()
@ 0x408cb4 test()
@ 0x406f9e main
@ 0x7fe8137a0830 __libc_start_main
@ 0x4077f9 _start
@ (nil) (unknown)
Aborted (core dumped)
I can't seem to figure out which file or directory it is missing though. Have you seen this error before?
Thank you for your time!