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

zhasheng pushed a change to branch nlp_toolkit
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git.


 discard 086f90a  word language model end-to-end example (AWD/RNNModel) (#4)

This update removed existing revisions from the reference, leaving the
reference pointing at a previous point in the repository history.

 * -- * -- N   refs/heads/nlp_toolkit (9e4f9d1)
            \
             O -- O -- O   (086f90a)

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 example/gluon/word_language_model/README.md        |  67 +++++++
 .../gluon/word_language_model}/get_ptb_data.sh     |   0
 example/gluon/word_language_model/model.py         |  64 ++++++
 .../train.py}                                      | 134 +++++--------
 python/mxnet/gluon/contrib/nn/basic_layers.py      |   4 +-
 python/mxnet/gluon/model_zoo/__init__.py           |   2 -
 python/mxnet/gluon/model_zoo/text/__init__.py      |  76 --------
 python/mxnet/gluon/model_zoo/text/base.py          | 214 ---------------------
 python/mxnet/gluon/model_zoo/text/lm.py            | 122 ------------
 tests/python/unittest/test_gluon_model_zoo.py      |  24 +--
 10 files changed, 196 insertions(+), 511 deletions(-)
 create mode 100644 example/gluon/word_language_model/README.md
 copy {perl-package/AI-MXNet/examples => 
example/gluon/word_language_model}/get_ptb_data.sh (100%)
 create mode 100644 example/gluon/word_language_model/model.py
 rename example/gluon/{word_language_model.py => word_language_model/train.py} 
(59%)
 delete mode 100644 python/mxnet/gluon/model_zoo/text/__init__.py
 delete mode 100644 python/mxnet/gluon/model_zoo/text/base.py
 delete mode 100644 python/mxnet/gluon/model_zoo/text/lm.py

-- 
To stop receiving notification emails like this one, please contact
[email protected].

Reply via email to