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 b8745e9  Fix a description (#8501)
b8745e9 is described below

commit b8745e90a7f594696cda79d3d95fc605de31e995
Author: Kenta Kubo <601636+kkk...@users.noreply.github.com>
AuthorDate: Sat Nov 4 02:35:55 2017 +0900

    Fix a description (#8501)
---
 tools/coreml/converter/_layers.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/coreml/converter/_layers.py 
b/tools/coreml/converter/_layers.py
index 29562aa..fe00232 100644
--- a/tools/coreml/converter/_layers.py
+++ b/tools/coreml/converter/_layers.py
@@ -422,7 +422,7 @@ def convert_pooling(net, node, module, builder):
 
 
 def convert_batchnorm(net, node, module, builder):
-    """Convert a transpose layer from mxnet to coreml.
+    """Convert a batchnorm layer from mxnet to coreml.
 
     Parameters
     ----------

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

Reply via email to