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 8ee3177 typo (#9683)
8ee3177 is described below
commit 8ee3177c86c39820e3b81de3af0a489a29fca4eb
Author: dongzhuoyao <[email protected]>
AuthorDate: Sat Feb 3 02:41:10 2018 +0800
typo (#9683)
---
python/mxnet/gluon/block.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/python/mxnet/gluon/block.py b/python/mxnet/gluon/block.py
index c733dda..6ed3b79 100644
--- a/python/mxnet/gluon/block.py
+++ b/python/mxnet/gluon/block.py
@@ -597,7 +597,7 @@ class HybridBlock(Block):
class SymbolBlock(HybridBlock):
"""Construct block from symbol. This is useful for using pre-trained models
- as feature extractors. For example, you may want to extract get the output
+ as feature extractors. For example, you may want to extract the output
from fc2 layer in AlexNet.
Parameters
--
To stop receiving notification emails like this one, please contact
[email protected].