Skip to content

An Implementation of Attribute Label Embedding (ALE) Method for Zero Shot Learning

License

Notifications You must be signed in to change notification settings

cetinsamet/attribute-label-embedding

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

attribute-label-embedding

An Implementation of Attribute Label Embedding (ALE) Method for Zero Shot Learning

Requirements

python==3.6.9
pip install -r requirements.txt

Instructions

  1. Download missing resnet features of the dataset that you are planning to use, from the website under proposed splits link. Place downloaded features in corresponding directory under "./datasets".
  2. Run corresponding "./datasets/prepareDATASETNAME.ipynb" script to prepare data for use.
  3. Run corresponding "bash scripts/run_DATASETNAME.sh" command to train ALE method.