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,
Why aren't you using the following simple preprocessing for your training and validation? test_transform = trn.Compose( [trn.Resize(256), trn.CenterCrop(224), trn.ToTensor(), trn.Normalize(mean, std)] )
Hi,
Why aren't you using the following simple preprocessing for your training and validation?
test_transform = trn.Compose( [trn.Resize(256), trn.CenterCrop(224), trn.ToTensor(), trn.Normalize(mean, std)] )
The code is taken from:
https://github.com/hendrycks/natural-adv-examples/blob/master/eval.py
The text was updated successfully, but these errors were encountered: