A test implementation for the paper "Deep Lifelong Cross-modal Hashing".
- python 3.6+
- pytorch 1.0.0+
- tqdm 4.0+
We use MIRFLICKR-25K dataset as a demo:
- Download
FLICKR-25K.mat
andimagenet-vgg-f.mat
from link: https://pan.baidu.com/s/1Q1mbuhaqXXpY6w3BLQw_Pw , password:cnqa
. - Put files under the folder
./data/
. - Run
main.py
.
- This is developed on a Linux machine running Ubuntu 16.04.
- Use GPU for the high speed computation.