Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Do you have any links to some examples or help on how to do this exactly?

Reason being that in our group we have a ton of normalization code that looks exactly like the 'bad' example from this post. As we use relatively large datasets (4D MRI images), memory is a bit scarce...



Pytorch has a built in normalize function: https://pytorch.org/docs/master/_modules/torchvision/transfo... It just subtracts the mean and divides by standard deviation, both in place.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: