sukritshankar / Caffe-LMDBCreation-MultiLabel

Creation of LMDB for training a multi-label loss in Caffe
71 stars 35 forks source link

Database environment version mismatch #9

Open vbvxx opened 6 years ago

vbvxx commented 6 years ago

Hello,

Thank you for the great work. I am trying to train a net for multi label image classification, however when I use caffee to do so, I run into an error which seems to be linked to the label LMDB:

Check failed: mdb_status == 0 (-30794 vs. 0) MDB_VERSION_MISMATCH: Database environment version mismatch

The exact same script was however working two months ago, and was not producing this error back then.

sukritshankar commented 6 years ago

I will have to check this on the latest version of Caffe, and then perhaps get back to you !!