Replies: 1 comment 3 replies
-
Hi @axu-git, These two implementations are indeed similar. I recommend using the one in Best, Clément |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
There are two implementations of RHVAEs. The one in pythae refers to the model introduced in the paper "Data Augmentation in High Dimensional ..." There is another one (https://github.com/clementchadebec/geometric_perspective_on_vaes) that refers to the model used in "Geometry-Aware Hamiltonian Variational Auto-Encoder". Are they the same model?
I would like to try the RHVAE in Geometry-Aware paper, and I am wondering if I can use the one implemented in pythae or if I need to use the one in the github for that paper (https://github.com/clementchadebec/geometric_perspective_on_vaes).
Beta Was this translation helpful? Give feedback.
All reactions