You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi!
I am currently studying your NCSN project, and there is a bit confused about the handling of the input:
on Line 136 in the file ncsn/runners/anneal_runner.py --- "X = X / 256. * 255. + torch.rand_like(X) / 256." Why add a small Gaussian noise to X,and the predefined Gaussian noise is added in function "anneal_dsm_score_estimation"
I am curious about why this is necessary and would appreciate any insights you could provide.
The text was updated successfully, but these errors were encountered:
Hi!
I am currently studying your NCSN project, and there is a bit confused about the handling of the input:
on Line 136 in the file ncsn/runners/anneal_runner.py --- "X = X / 256. * 255. + torch.rand_like(X) / 256." Why add a small Gaussian noise to X,and the predefined Gaussian noise is added in function "anneal_dsm_score_estimation"
I am curious about why this is necessary and would appreciate any insights you could provide.
The text was updated successfully, but these errors were encountered: