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 81a3827  bug fix (#10443)
81a3827 is described below

commit 81a38274f399f8e24b7415188ce6f1745062e269
Author: alues <al...@icloud.com>
AuthorDate: Tue Apr 10 05:45:28 2018 +0800

    bug fix (#10443)
---
 python/mxnet/__init__.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/python/mxnet/__init__.py b/python/mxnet/__init__.py
index 4e2c4f0..58b8bd8 100644
--- a/python/mxnet/__init__.py
+++ b/python/mxnet/__init__.py
@@ -41,6 +41,7 @@ from . import random as rnd
 from . import random
 from . import optimizer
 from . import model
+from . import metric
 from . import notebook
 from . import initializer
 # use mx.init as short for mx.initializer

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

Reply via email to