mvae icon indicating copy to clipboard operation
mvae copied to clipboard

Mixed-curvature Variational Autoencoders (ICLR 2020)

Results 2 mvae issues
Sort by recently updated
recently updated
newest added

Hi, thanks for your paper, and I really enjoy it. I found the code about calculating the logdet is different from that in the paper. Specifically, the torch.log(radius) might be...

question

Hi, thank you for open-sourcing the repo! Is there a particular reason why the exponential map of the Euclidean manifold is written as x+v/2 instead of x+v?

bug