You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by jx...@apache.org on 2017/08/23 02:57:35 UTC

[incubator-mxnet] branch master updated: add resnet50_v2 pretrained (#7564)

This is an automated email from the ASF dual-hosted git repository.

jxie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git


The following commit(s) were added to refs/heads/master by this push:
     new 491f81e  add resnet50_v2 pretrained (#7564)
491f81e is described below

commit 491f81e648639c53a68155585c53c3993a33ead5
Author: Joshua Z. Zhang <ch...@gmail.com>
AuthorDate: Tue Aug 22 19:57:32 2017 -0700

    add resnet50_v2 pretrained (#7564)
---
 python/mxnet/gluon/model_zoo/model_store.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/python/mxnet/gluon/model_zoo/model_store.py b/python/mxnet/gluon/model_zoo/model_store.py
index e524f21..6bc4b28 100644
--- a/python/mxnet/gluon/model_zoo/model_store.py
+++ b/python/mxnet/gluon/model_zoo/model_store.py
@@ -38,6 +38,7 @@ _model_sha1 = {name: checksum for checksum, name in [
     ('2a903ab21260c85673a78fe65037819a843a1f43', 'resnet50_v1'),
     ('8aacf80ff4014c1efa2362a963ac5ec82cf92d5b', 'resnet18_v2'),
     ('0ed3cd06da41932c03dea1de7bc2506ef3fb97b3', 'resnet34_v2'),
+    ('eb7a368774aa34a12ed155126b641ae7556dad9d', 'resnet50_v2'),
     ('264ba4970a0cc87a4f15c96e25246a1307caf523', 'squeezenet1.0'),
     ('33ba0f93753c83d86e1eb397f38a667eaf2e9376', 'squeezenet1.1'),
     ('dd221b160977f36a53f464cb54648d227c707a05', 'vgg11'),

-- 
To stop receiving notification emails like this one, please contact
['"commits@mxnet.apache.org" <co...@mxnet.apache.org>'].