embarrassingly-simple-zero-shot-learning icon indicating copy to clipboard operation
embarrassingly-simple-zero-shot-learning copied to clipboard

This is a started/demo code for Zero-Shot-Learning via implementation of Embarrassingly simple ZSL (ICML 2015)

Results 3 embarrassingly-simple-zero-shot-learning issues
Sort by recently updated
recently updated
newest added

Hi, Where can I find the res101.mat file? I downloaded and checked the .tar files on the dataset [website](http://www.vision.caltech.edu/visipedia/CUB-200.html), but I can't find it. I also assume that the `att_splits.mat`...

Thanks for your implementation. However, trying to execute the proposed commands i get the next error message: File "main.py", line 158, in model = EsZSL(args=args) File "main.py", line 32, in...