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

training log file and curves #9

Closed nitba closed 5 years ago

nitba commented 5 years ago

Hi @edgarschnfld,

Thanks for your paper and code, I was wondering do you have log file and training curves, I am interested in reconstruction loss and kld losses and Wasserstein distance curves while training, and their coefficient,

I would appreciate if you share your trained log files to us. It would be so useful,

edgarschnfld commented 5 years ago

Hey, I don't have log files or training curves, unfortunately. However, running the code takes about 5-10 minutes, so it should be easy to write the loss values to a file and compare. Sorry I couldn't help, but feel welcome to write me if you have more questions. Best, Edgar