An open API service indexing awesome lists of open source software.

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)

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.