You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by cj...@apache.org on 2017/11/05 20:30:17 UTC

[incubator-mxnet] 02/04: Fix a description (#8501)

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

cjolivier01 pushed a commit to branch v0.12.0
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git

commit f065ec4c71a5e4647c1b357fbd679d4d88fb9061
Author: Kenta Kubo <60...@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
"commits@mxnet.apache.org" <co...@mxnet.apache.org>.