-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rvae.decode() fails to decode #89
Comments
Hmm... can you please elaborate on the way in which it failed to decode? Did it throw an error? |
Sure. Here is the link to elaborated error msg. |
@utkarshp1161 - Ah OK, I see what you mean. We can re-write the decode method for rvae, based on the snippet you provided earlier. Would you like to give it a try? |
@ziatdinovmax, sure. |
Raised a pull request here #90 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Below code expect a 2 dimensional z_mean (like the vanilla vae case)
Tried a hacky way to decode following: forward_compute_elbo
It will be useful to have this functionality directly using vae.decode(z_mean)
The text was updated successfully, but these errors were encountered: