You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2017/12/28 03:26:33 UTC

[GitHub] zhreshold opened a new pull request #9215: [WIP] Adding multiple pretrained models

zhreshold opened a new pull request #9215: [WIP] Adding multiple pretrained models
URL: https://github.com/apache/incubator-mxnet/pull/9215
 
 
   | Model | Top 1 | Top 5 |
   |:-----:|:------:|:------:|
   | mobilenet0.25 | 0.5185 | 0.7608 |
   | mobilenet0.5 | 0.6307 | 0.8475 |
   | mobilenet0.75 | 0.6738 | 0.8782 |
   | mobilenet1.0 | 0.7105 | 0.9006 |
   | resnet50_v1 | 0.7540 | 0.9266 |
   | resnet101_v1 | 0.7693 | 0.9334 |
   | resnet152_v1 | training | training |
   | resnet50_v2 | 0.7622 | 0.9297 |
   | resnet101_v2 | 0.7747 | 0.9375 |
   | resnet152_v2 | 0.7833 | 0.9409 |
   
   Minor fixes:
   - Fix resnetv1 strides, overrides #8414 if @ptrendx don't mind.
   - Fixes batchnorm scale issue in mobilenet.

----------------------------------------------------------------
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