facebookarchive / fb.resnet.torch

Torch implementation of ResNet from http://arxiv.org/abs/1512.03385 and training scripts
Other
2.29k stars 664 forks source link

How to calculate mean+std for own dataset #160

Open chakkritte opened 7 years ago

chakkritte commented 7 years ago

How to calculate mean+std for own dataset (not imagenet) ?

https://github.com/facebook/fb.resnet.torch/blob/master/datasets/imagenet.lua#L67

thank