I was going through the MNIST tutorial in caffe2 and I ran into the following error:
RuntimeError: [enforce fail at db.h:190] db_. Cannot open db: /home/Aakash/caffe2_notebooks/tutorial_data/mnist/mnist-train-nchw-lmdb of type lmdb Error from operator:
output: "dbreader_/home/Aakash/caffe2_notebooks/tutorial_data/mnist/mnist-train-nchw-lmdb" name: "" type: "CreateDB" arg { name: "db_type" s: "lmdb" } arg { name: "db" s: "/home/Aakash/caffe2_notebooks/tutorial_data/mnist/mnist-train-nchw-lmdb" }
Why is this happening?