thuml / HashNet

Code release for "HashNet: Deep Learning to Hash by Continuation" (ICCV 2017)
MIT License
241 stars 84 forks source link

caffe error while training #5

Closed hainingren closed 7 years ago

hainingren commented 7 years ago

Hi! I'm really interested in applying the same technique to other image data with tags. While trying to replicate the training process, I've followed instructions on changes of train_val.prototxt and solver.prototxt.

However, I'm seeing this error when I tried to train my model:

Error parsing text-format caffe.NetParameter: 19:14: Message type "caffe.ImageDataParameter" has no field named "label_dim".

Do you have any advise? Thanks.

Best, Haining