You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by zh...@apache.org on 2018/03/08 18:36:58 UTC

[incubator-mxnet] branch master updated: correct resnet link in model zoo page (#10033)

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

zhreshold 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 c3f7961  correct resnet link in model zoo page (#10033)
c3f7961 is described below

commit c3f79619290da8f721f0b58554120ecfd6032ff3
Author: Sheng Zha <sz...@users.noreply.github.com>
AuthorDate: Thu Mar 8 13:36:54 2018 -0500

    correct resnet link in model zoo page (#10033)
---
 python/mxnet/gluon/model_zoo/vision/__init__.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/python/mxnet/gluon/model_zoo/vision/__init__.py b/python/mxnet/gluon/model_zoo/vision/__init__.py
index 6fe3383..a6e5dc1 100644
--- a/python/mxnet/gluon/model_zoo/vision/__init__.py
+++ b/python/mxnet/gluon/model_zoo/vision/__init__.py
@@ -66,7 +66,7 @@ The transformation should preferrably happen at preprocessing. You can use
 .. _DenseNet: https://arxiv.org/abs/1608.06993
 .. _Inception V3: http://arxiv.org/abs/1512.00567
 .. _ResNet V1: https://arxiv.org/abs/1512.03385
-.. _ResNet V2: https://arxiv.org/abs/1512.03385
+.. _ResNet V2: https://arxiv.org/abs/1603.05027
 .. _SqueezeNet: https://arxiv.org/abs/1602.07360
 .. _VGG: https://arxiv.org/abs/1409.1556
 .. _MobileNet: https://arxiv.org/abs/1704.04861

-- 
To stop receiving notification emails like this one, please contact
zhreshold@apache.org.