You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by gi...@git.apache.org on 2017/08/23 00:31:46 UTC

[GitHub] szha commented on issue #7564: add resnet50_v2 pretrained

szha commented on issue #7564: add resnet50_v2 pretrained
URL: https://github.com/apache/incubator-mxnet/pull/7564#issuecomment-324187927
 
 
   Input to the network should be after applying the following transformation, which is consistent with other models in the gluon model zoo:
   ```
   image = image/255
   normalized = mx.image.color_normalize(image,
                                                                      mean=mx.nd.array([0.485, 0.456, 0.406]),
                                                                      std=mx.nd.array([0.229, 0.224, 0.225]))
   ```
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services