human-analysis / neural-architecture-transfer

Neural Architecture Transfer (Arxiv'20), PyTorch Implementation
http://hal.cse.msu.edu/papers/neural-architecture-transfer/
152 stars 21 forks source link

mean and std for normalizing the image #10

Open AlbertiPot opened 2 years ago

AlbertiPot commented 2 years ago

How do you obtain the norm and std used for normalizing the images? are they calculated over entire dataset or only on the validate set? many thanks