I\'ve seen transforms.Normalize((0.485, 0.456, 0.406), (0.229, 0.224, 0.225)) both in lots of tutorials and pytorch docs, I know the first param is mean and the
transforms.Normalize((0.485, 0.456, 0.406), (0.229, 0.224, 0.225))