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/15 20:56:54 UTC

[GitHub] zhreshold commented on issue #7419: Add resnet50_v2, resnet101_V2 and resnet152_v2 gluon pre-trained model

zhreshold commented on issue #7419: Add resnet50_v2, resnet101_V2 and resnet152_v2 gluon pre-trained model
URL: https://github.com/apache/incubator-mxnet/pull/7419#issuecomment-322586548
 
 
   @kevinthesun @szha  Validation on these three models are bad, basically around 0.001 accuracy. So I guess these weights are not correctly handled.
   The iterator I used:
   ```
   val_iter = mx.image.ImageIter(args.batch_size, data_shape, path_imgrec=args.val_rec,
                                 shuffle=False, mean=True, std=True, resize=256)
   
   ```
   I've used the same iterator to test v1 models, which are good.
 
----------------------------------------------------------------
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