udacity / deep-learning-v2-pytorch

Projects and exercises for the latest Deep Learning ND program https://www.udacity.com/course/deep-learning-nanodegree--nd101
MIT License
5.31k stars 5.34k forks source link

Part 8 - Transfer Learning #295

Closed saikrishnadas closed 3 years ago

saikrishnadas commented 3 years ago

Each color channel was normalized separately, the means are [0.485, 0.456, 0.406] and the standard deviations are [0.229, 0.224, 0.225].

How did you find those normalization values and can i use them in all cases other than cat and dog ?

abhiojha8 commented 3 years ago

This is answered in #296