https://github.com/hendrycks/pre-training/blob/10cd02a3c21698dfc790a50fe442fddf417ad17b/robustness/adversarial/train_imagenet.py#L127 Hi, I assume this is the input normalization of mean=0.5 and std=0.5. - Is this a common way for transfer learning? - If you have tried, what happens if there's no normalization?
pre-training/robustness/adversarial/train_imagenet.py
Line 127 in 10cd02a
Hi, I assume this is the input normalization of mean=0.5 and std=0.5.