edgarschnfld / CADA-VAE-PyTorch

Official implementation of the paper "Generalized Zero- and Few-Shot Learning via Aligned Variational Autoencoders" (CVPR 2019)
MIT License
283 stars 57 forks source link

Can this model test on dataset like ImageNet? #11

Closed flash1803 closed 4 years ago

flash1803 commented 4 years ago

Hi, I like your work, it's brilliant and has so much potential. I've noticed that your model didn't test on large scale dataset like ImageNet. Well, more and more zsl models are focusing on this in order to get closer to the real world scenario. So I'm wondering if it's ok to test on ImageNet dataset? (ImageNet 1K as training set . 2-hops/3-hops/All as testing set)

edgarschnfld commented 4 years ago

Hey, thank you for the kind words. Actually, we did test the model on ImageNet. The numbers are in the paper :) Best, Edgar