-
Notifications
You must be signed in to change notification settings - Fork 9.7k
Closed
Description
Hi, in your ImageNet main.py code, you do not scale the training images to [0, 1], but go on to do normalization with means and std in this scale:
normalize = transforms.Normalize(mean=[0.485, 0.456, 0.406],
std=[0.229, 0.224, 0.225])
but you do scale the validation images before normalisation:
transforms.Scale(256),
Any reason why?
Metadata
Metadata
Assignees
Labels
No labels