Unfortunately, I can't use --shuffle
while creating LMDB.
So, I was advised to shuffle train.txt before creating LMDB.
After shuffling train.txt looks like this
n07747607/n07747607_28410.JPEG 950
n02111277/n02111277_55668.JPEG 256
n02091831/n02091831_4757.JPEG 176
n04599235/n04599235_10544.JPEG 911
n03240683/n03240683_14669.JPEG 540
After creating LMDBs for TEST and TRAIN I'm trying to train caffe on bvlc_reference_caffenet.
Only one problem, after more that 10 thousand iterations accuracy = 0.001 and loss = 6.9. Which, as I understand, means that it doesn't train and is just guessing.
Can you point out what I'm doing wrong? Thank you.