728x90

https://discuss.pytorch.org/t/about-normalization-using-pre-trained-vgg16-networks/23560/2

 

About Normalization using pre-trained vgg16 networks

Usually if your use case stays in the same data domain, the mean and std won’t be that different and you can try to use the ImageNet statistics. I would recommend to use your own data statistics if you are dealing with another domain, e.g. medical images.

discuss.pytorch.org

 

728x90

'Pytorch' 카테고리의 다른 글

Deep learning model code basic structure  (0) 2021.04.28
THOP: PyTorch-OpCounter  (0) 2021.04.01
visualization  (0) 2020.08.05
torch.utils.data.DataLoader  (0) 2020.06.20
PyTorch Autograd  (0) 2019.10.03

+ Recent posts