Skip to content

Graph Convolutional Network Discrete Hashing for Cross-Modal Retrieval

Notifications You must be signed in to change notification settings

Zjut-MultimediaPlus/GCDH

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GCDH

Source code of "Graph Convolutional Network Discrete Hashing for Cross-Modal Retrieval" accepted by TNNLS.

Environment:

  • pytorch 1.7.0+

Device:

  • NVIDIA RTX-2080Ti GPU with 32 GB RAM

Quick start

you can choose --flag 'mir' | 'nus' | 'coco', for other parameters are set to same with those in our paper.

  • train: python main.py train --flag 'mir' --batch_size 100 --device 0

  • test: python main.py test --flag 'mir' --batch_size 100 --device 0

About

Graph Convolutional Network Discrete Hashing for Cross-Modal Retrieval

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages