Hi!
I am new to torchvision and I am trying to normalize my images. I am using transforms.v2.Normalize(). It takes mean and std as parameters. If I have understood it correctly it needs one value for each channel.
I am wondering if you should calculate the mean and std of the pixel distributions over the whole training dataset or for each picture?