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
I have the same question. Why the implementation of this approach does not clip the image within the range [0,1]. Without clarification, I think it is a pitfall. When using torch.clamp(), the results of the paper are incorrect.
Line 109 in
train.py
.If there is no
torch.clamp()
after line 109, it is possible that the input image will exceed its allowed pixel value range (i.e.,[0,1]
)The text was updated successfully, but these errors were encountered: