AntixK / PyTorch-VAE

A Collection of Variational Autoencoders (VAE) in PyTorch.
Apache License 2.0
6.52k stars 1.06k forks source link

Some questions regarding decoder in vanilla_vae #58

Open ruby-stha opened 2 years ago

ruby-stha commented 2 years ago

Hello @AntixK !

Thanks for sharing this helpful repository.

I am a beginner in VAE implementation and hence, had a confusion related to vanilla_vae:

Could you please provide me insight on these?

Thank you, and have a nice day!

jeetshah-at-X commented 5 months ago

I had the same question. Came across this:

Advanced: to avoid checkerboard artifacts, an alternative upsampling method that’s gaining popularity 
is to apply classical upsampling followed by a regular convolution (that preserves the spatial dimensions).

Source: https://medium.com/apache-mxnet/transposed-convolutions-explained-with-ms-excel-52d13030c7e8