Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't creat the minist_lmdb file in the LeNet #3223

Closed
fanser opened this issue Oct 20, 2015 · 1 comment
Closed

Can't creat the minist_lmdb file in the LeNet #3223

fanser opened this issue Oct 20, 2015 · 1 comment

Comments

@fanser
Copy link

fanser commented Oct 20, 2015

I have download and unzip the .gz file,and when i enter:

fzy@fzy-OptiPlex-3020:~/caffe-master$ sudo sh examples/mnist/create_mnist.sh

I get the error,as follows:

Creating lmdb...
WARNING: Logging before InitGoogleLogging() is written to STDERR
F1020 17:55:59.447778 32078 convert_mnist_data.cpp:207] This example requires LevelDB and LMDB; compile with USE_LEVELDB and USE_LMDB.
*** Check failure stack trace: ***
Aborted (core dumped)
WARNING: Logging before InitGoogleLogging() is written to STDERR
F1020 17:55:59.532909 32080 convert_mnist_data.cpp:207] This example requires LevelDB and LMDB; compile with USE_LEVELDB and USE_LMDB.
*** Check failure stack trace: ***
Aborted (core dumped)
Done.

so what's the wrong?

@fanser
Copy link
Author

fanser commented Oct 22, 2015

I have resolved the question by accepting follows
from http://caffe.berkeleyvision.org/installation.html#compilation
(caffe_root)
cd build
cmake ..
make

then type ./examples/mnist/create_mnist.sh again at caffe_root.
it run successfully!

@fanser fanser closed this as completed Oct 22, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant