-
Notifications
You must be signed in to change notification settings - Fork 8
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
Understanding the training #13
Comments
Hi @Urheen In Eq. 9 of our paper, you can find that the computation of L_reg does not depend on sampling a delta epsilon but a unit-length delta x_0. Simply put, in our implementation, we observe the input change (delta epsilon) given a unit output change (delta x_0). We expect their variation ratio can be stable. |
That makes a lot of sense. Thanks for clarifying!!! |
Hi, I am still confused about how to normally sample pixel intensities normalized to unit length, i.e. delta x_0 in Eq. 9. In the code |
Random Gaussian noise with a fixed shape has an approximately fixed length, which can be theoretically proven or experimentally verified via |
Hi:
I have a question regarding to your training script.
In your paper, it seems that you need to add the$\Delta \epsilon$ to the noise during training, to calculate the L_reg, however, it seems that this part doesn't show in train_smooth_diffusion.py, since the noise_offset is set to 0.
If we want to replicate your work, what value should we set up?
Thanks for help!
The text was updated successfully, but these errors were encountered: