thuml / HashNet

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

Some question about my result #3

Closed prettyq closed 7 years ago

prettyq commented 7 years ago

Hi, I had download your nuswide_81_48_bits.caffemodel and nuswide.tar.gz dataset , and do it as follows:

python models/predict/nuswide_81/predict_parallel.py --gpu 1 --model_path ./models/train/nuswide_81/caffemodel/nuswide_81_48_bits.caffemodel --save_path ./models/predict/nuswide_81/

However, the result is 54.96. Do you know why it happens?

caozhangjie commented 7 years ago

There is some bug in the test code since the last modification. I have fixed this bug now.