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/12/18 20:17:40 UTC

[incubator-mxnet] branch master updated: image-classification example fix python3 compatibility (#9053)

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 c6d4e7f  image-classification example fix python3 compatibility (#9053)
c6d4e7f is described below

commit c6d4e7fd82eb9fce3f0ce878352babb34b261b44
Author: wangkechun <wa...@users.noreply.github.com>
AuthorDate: Mon Dec 18 14:17:37 2017 -0600

    image-classification example fix python3 compatibility (#9053)
---
 example/image-classification/common/modelzoo.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/example/image-classification/common/modelzoo.py b/example/image-classification/common/modelzoo.py
index 1fe14ca..ce8fd5e 100644
--- a/example/image-classification/common/modelzoo.py
+++ b/example/image-classification/common/modelzoo.py
@@ -16,7 +16,7 @@
 # under the License.
 
 import os
-from util import download_file
+from common.util import download_file
 
 _base_model_url = 'http://data.mxnet.io/models/'
 _default_model_info = {

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