You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to make sure I understand what the interpolation in the RHVAE colab is doing.
Can you provide a brief description of how the geodesic is computed? I see from the description in "Geometry-Aware Hamiltonian VAE" sec 4.3.2 that the code parameterizes the curve using a neural network of parameters $\omega$ and that you need to give it a starting and ending point. Is the code breaking down the entire latent space into a grid (each point parameterized using $\omega$) and somehow building up the geodesic from that?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'd like to make sure I understand what the interpolation in the RHVAE colab is doing.
Can you provide a brief description of how the geodesic is computed? I see from the description in "Geometry-Aware Hamiltonian VAE" sec 4.3.2 that the code parameterizes the curve using a neural network of parameters$\omega$ and that you need to give it a starting and ending point. Is the code breaking down the entire latent space into a grid (each point parameterized using $\omega$ ) and somehow building up the geodesic from that?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions