You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by ha...@apache.org on 2018/01/24 22:10:57 UTC

[incubator-mxnet] branch master updated: Update __init__.py (#9549)

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

haibin 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 323fdcb  Update __init__.py (#9549)
323fdcb is described below

commit 323fdcb35281b6c391728b020d3e470cf696e9b2
Author: Sheng Zha <sz...@users.noreply.github.com>
AuthorDate: Wed Jan 24 14:10:53 2018 -0800

    Update __init__.py (#9549)
---
 python/mxnet/gluon/model_zoo/vision/__init__.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/python/mxnet/gluon/model_zoo/vision/__init__.py b/python/mxnet/gluon/model_zoo/vision/__init__.py
index 5df777f..0f2c0a6 100644
--- a/python/mxnet/gluon/model_zoo/vision/__init__.py
+++ b/python/mxnet/gluon/model_zoo/vision/__init__.py
@@ -48,7 +48,6 @@ These models can constructed by passing ``pretrained=True``:
     resnet18 = vision.resnet18_v1(pretrained=True)
     alexnet = vision.alexnet(pretrained=True)
 
-Pretrained models are converted from torchvision.
 All pre-trained models expect input images normalized in the same way,
 i.e. mini-batches of 3-channel RGB images of shape (N x 3 x H x W),
 where N is the batch size, and H and W are expected to be at least 224.

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