Closed puhach closed 3 years ago
It looks like normalization step is missing in Transfer Learning (Convolution Networks)
According to torchvision documentation, the the input images have to be loaded in to a range of [0, 1] and then normalized using mean = [0.485, 0.456, 0.406] and std = [0.229, 0.224, 0.225].
If it’s not implemented I can implement and create a pull request.
Happy to review and approve a PR for this. Thanks :)
It looks like normalization step is missing in Transfer Learning (Convolution Networks)
According to torchvision documentation, the the input images have to be loaded in to a range of [0, 1] and then normalized using mean = [0.485, 0.456, 0.406] and std = [0.229, 0.224, 0.225].