AntixK / PyTorch-VAE

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

bug fix IWAE: use SGVB1 instead of SGVB2, detach sample weights gradi… #53

Open tongdaxu opened 2 years ago

tongdaxu commented 2 years ago

Hi thanks for this amazing project, I like it.

I find an implementation detail of Importance Weighted Autoencoder concerning:

I made a loosy PR as I do not know how to run this repo properly. I would appreciate any effort to review and correct it.

Thanks

tongdaxu commented 2 years ago

This problem is elaborated in issue: https://github.com/AntixK/PyTorch-VAE/issues/34.