Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 590 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 590 Bytes

CoAR-ZSL

This is the codes for the TNNLS paper Boosting Zero-shot Learning via Contrastive Optimization of Attribute Representations arxiv.

Prepare Data

Dataset: please download the dataset, i.e., CUB, AWA2, SUN, and put it under datasets/

Requirement

  • apex
  • PyTorch==1.7
  • timm

or you can build the environment by docker pull dythu/zsl

How to run

see train_cub.sh