An Implementation of Attribute Label Embedding (ALE) Method for Zero Shot Learning
python==3.6.9
pip install -r requirements.txt
- 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".
- Run corresponding "./datasets/prepareDATASETNAME.ipynb" script to prepare data for use.
- Run corresponding "bash scripts/run_DATASETNAME.sh" command to train ALE method.