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
What is the purpose of the Pytorch.clamp() function in constraining all pixel values to [0,1]?
For example, if you multiply by 11, then all pixels, whether the backdoor sample or the normal sample, will be 1 after the constraint, so there's no difference in the outcome.
The text was updated successfully, but these errors were encountered:
What is the purpose of the Pytorch.clamp() function in constraining all pixel values to [0,1]?
For example, if you multiply by 11, then all pixels, whether the backdoor sample or the normal sample, will be 1 after the constraint, so there's no difference in the outcome.
The text was updated successfully, but these errors were encountered: