BVLC / caffe

Caffe: a fast open framework for deep learning.
http://caffe.berkeleyvision.org/
Other
34.01k stars 18.71k forks source link

Classifying an image in Caffe gives error for MNIST database #6853

Open rafakath2020 opened 4 years ago

rafakath2020 commented 4 years ago

I have download Caffe example from https://github.com/BVLC/caffe/tree/master/examples/mnist. I have successfully trained Caffe model through MNIST database. While Classification an image I got below error.

I1021 13:20:47.555929 181 layer_factory.hpp:77] Creating layer data F1021 13:20:47.556180 181 db_leveldb.cpp:16] Check failed: status.ok() Failed to open leveldb Invalid argument: : does not exist (create_if_missing is false)

System configuration: Run Caffe through Docker on Windows 10. Trained Caffe model through CPU. I have attached the deploy file below.

lenet_train_test_deploy_prototxt.txt

I am new to Caffe, please provide any solution.