pytorch-lightning-vae icon indicating copy to clipboard operation
pytorch-lightning-vae copied to clipboard

self.log_scale in line 34 in vae.py should be a vector of size latent_dim

Open shubhamguptaiitd opened this issue 3 years ago • 0 comments

Hello William, This is a very good code, the only issue is that initially, we were not able to train on our dataset but after reading the VAE paper, we found that self.log_scale parameter should be a vector of the size of output dimension instead of a real no. . After correcting this our code started to train. Please see if this finding is relevant here.

shubhamguptaiitd avatar May 26 '21 08:05 shubhamguptaiitd