zhreshold commented on issue #7564: add resnet50_v2 pretrained
URL: https://github.com/apache/incubator-mxnet/pull/7564#issuecomment-324188246
 
 
   ```
   if mean is True:
   mean = np.array([123.68, 116.28, 103.53])
   if std is True:
   std = np.array([58.395, 57.12, 57.375])
   ```
   Mean and std both equals True, same script tested with other models in 
mode_zoo
 
----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to