Question 7/10 fast.ai v3 lecture 8
When normalizing data which set (training, validation or test) should you use to calculate the mean and standard deviation?
Answer
You should calculate the mean and standard deviation on the train set.
Relevant part of lecture