Skip to content

Normalization Matters in Zero-Shot Learning

Notifications You must be signed in to change notification settings

Chandan-IITI/nm-zsl

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The official implementation of Normalization Matters in Zero-Shot Learning.

To run the experiments you will first need to install firelab:

pip install firelab

To run ZSL experiments download the GBU datasets and preprocess them like in notebooks/awa2-feats.ipynb. Now, you can run the experiments with

firelab start configs/zsl.yml --config.dataset awa2

To run CZSL experiments, download SUN dataset and preprocess it with notebooks/sun-dataset-preprocessing.ipynb and CUB dataset. Next, you can run the experiments:

python src/run.py -c attrs_head --dataset sun

About

Normalization Matters in Zero-Shot Learning

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 88.4%
  • Python 11.6%