-
Notifications
You must be signed in to change notification settings - Fork 167
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
Recontructed images visualization #16
Comments
Hi Elsa, Sorry for my slow reply. Yes for colored images Regards, |
Hi Arash, |
For that purpose too, |
Great, thank you, I was looking for this specific line. |
Hello,
I'm especially interested in the reconstruction of the images given as input to the model, and I would like to get and visualize the reconstructed images. To do so, is it the right way to use
output_img = output.sample()
afterlogits, log_q, log_p, kl_all, _ = model(x)
andoutput = model.decoder_output(logits)
in the train and test functions ? Would you recommend to take several samples for the same image ?Thank you for the work and the release,
Elsa
The text was updated successfully, but these errors were encountered: