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
Yes, it is to sample from Gaussian noise and inversely recover a sample of possible lost information. Actually 0 is a sample from Gaussian noise, and under the full distribution training (i.e. IRN+), using 0 can also have a similar HR image.
Hi,
Thanks your good work in advance.
But I notices the followin code:
return torch.randn(tuple(dims)).to(self.device)
My question is:
What's the meaning with LR + Gaussian Noise to generate HR image ? Is it better than 0 or just for test ?
The text was updated successfully, but these errors were encountered: