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't get the mode of zsl #8

Closed BiyingCui closed 4 years ago

BiyingCui commented 5 years ago

Hi, I have met the problem that no matter I let the generalized mode to True or False, I always get the result of GZSL. How to change this condition? Thank you!

edgarschnfld commented 5 years ago

Hey, Thanks for pointing out that bug! The problem was in the argument parser. I fixed it now and it should work correctly. Try it out :)