-
Beta Was this translation helpful? Give feedback.
Answered by
Can-Zhao
Apr 9, 2025
Replies: 1 comment 1 reply
-
Thank you very much! Yes, nice catch! It should be set as |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
aolivtous
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thank you very much! Yes, nice catch! It should be set as
normalize=True
in VAE training. Luckily, images with range [0,1] can still produce a reasonable feature through LPIPS as the pretrained squeeze network can take a broader range. We will make sure to set it asnormalize=True
in the next version of VAE training and add clipping to it