https://github.com/thuml/hashnet
Code release for "HashNet: Deep Learning to Hash by Continuation" (ICCV 2017)
https://github.com/thuml/hashnet
deep-learning hashing learning-to-search
Last synced: 3 months ago
JSON representation
Code release for "HashNet: Deep Learning to Hash by Continuation" (ICCV 2017)
- Host: GitHub
- URL: https://github.com/thuml/hashnet
- Owner: thuml
- License: mit
- Created: 2017-07-18T16:48:28.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-08-02T17:33:48.000Z (over 6 years ago)
- Last Synced: 2025-06-20T20:50:25.420Z (7 months ago)
- Topics: deep-learning, hashing, learning-to-search
- Language: Jupyter Notebook
- Size: 26.1 MB
- Stars: 240
- Watchers: 13
- Forks: 82
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# HashNet
HashNet Library
This is the code release for "HashNet: Deep Learning to Hash by Continuation" (ICCV 2017)
The caffe version is in directory "caffe".
The pytorch version is in directory "pytorch". We have released the version test on PyTorch Version 0.3.1.
Thank @soon-will for contributing the 'pairwise_loss_updated' with weight in pytorch version.
## Citation
If you use this code for your research, please consider citing:
```
@article{cao2017hashnet,
title={HashNet: Deep Learning to Hash by Continuation},
author={Cao, Zhangjie and Long, Mingsheng and Wang, Jianmin and Yu, Philip S},
journal={arXiv preprint arXiv:1702.00758},
year={2017}
}
```
## Contact
If you have any problem about our code, feel free to contact
- kr11@mails.tsinghua.edu.cn
- caozhangjie14@gmail.com
- longmingsheng@gmail.com
or describe your problem in Issues.