Skip to content

Hambaobao/CRCGS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image-Text Retrieval via Contrastive Learning with Auxiliary Generative Features and Support-set Regularization

Model framework

Requirement

h5py==3.2.1
numpy==1.20.3
scipy==1.6.2
torch==1.4.0
torchvision==0.5.0
tqdm==4.61.2

File Description

  • main.py, python file used to train student model;
  • main_binary.py python file used to train binary model;
  • scripts/, training scripts;
  • src/ , code used to train model;
  • utils/ , code used for pre-process;
  • evaluate/ , code used for evaluating;
  • final_results , store the evaluate results for 3 datasets;
  • assests/ , assets files for README;

Usage

  1. run scprits/{dataset_name}_run.sh to train student model;
  2. run scripts/{dataset_name}_run_binary.sh to train binary model;
  3. run evaluate/evaluate_{dataset_name}.py to obtain the final results.

Data

Checkpoints

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published