-
Notifications
You must be signed in to change notification settings - Fork 63
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
Why the reconstruction is so similar to the ground truth even in the early training stage in VAE? #52
Comments
@ZENGXH I know that you referred to something similar in issue here. So, I am very curious about how you evaluate the reconstruction performance in your paper appendix, which is shown in Table 23 and Table 24. Will you add some noise to it? Otherwise, I think that the EMD and CD values will be much lower. |
@ZENGXH I also would like to ask another question. It seems that the Line 754 in ca8129d
|
@ZENGXH What is the epoch of VAE that you used in the autoencoding experiment? Is that trained VAE be used for the diffusion training? |
when we evaluate the reconstruction (we evaluate the last vae ckpt), we sample from the posterior, meaning that it's sampled from
yes. the
I use epoch 8000 for vae training, the last checkpoint is used for diffusion training |
Thank you very much. |
Why the reconstruction is so similar to the ground truth even in the early training stage in VAE?
The text was updated successfully, but these errors were encountered: