Closed Lukangkang123 closed 2 years ago
Thanks for your interests! Seems the training loss does not converge well at the end. I will run the code to check it and I'll leave another comment here when I have. Please stay tuned! :)
Hello I run the code with same setting as in released code, "train_dataset 50000 test_dataset 10000 database_dataset 50000 Lr = 0.0001 bit = 64 gamma = 6" The mAP can reach 59.6% (in paper it is 59.5%) as far. Here is the training log results:
May I ask which implementation code you are using? Yesterday we found a small mistake in another implementation "DeepHash-pytorch", if you are using it, please refer to the issue1 and issue2 I've also email this small problem, and the problem has been corrected now.
Hope it can help you! Please let me know if you have other questions, this is helping us to rethink more of our paper :)
Hello I run the code with same setting as in released code, "train_dataset 50000 test_dataset 10000 database_dataset 50000 Lr = 0.0001 bit = 64 gamma = 6" The mAP can reach 59.6% (in paper it is 59.5%) as far. Here is the training log results:
May I ask which implementation code you are using? Yesterday we found a small mistake in another implementation "DeepHash-pytorch", if you are using it, please refer to the issue1 and issue2 I've also email this small problem, and the problem has been corrected now.
Hope it can help you! Please let me know if you have other questions, this is helping us to rethink more of our paper :)
I downloaded and ran the code again, then got the result of 0.5 +. Thanks you for your reply.
I tested on the cifar10 dataset, but found that the map was only 0.22