[GitHub] szha commented on a change in pull request #10025: Language model with Google's billion words dataset

2018-03-12 Thread GitBox
szha commented on a change in pull request #10025: Language model with Google's billion words dataset URL: https://github.com/apache/incubator-mxnet/pull/10025#discussion_r173988730 ## File path: example/rnn/large_word_lm/data.py ## @@ -0,0 +1,202 @@ +# Licensed to the

[GitHub] szha commented on a change in pull request #10025: Language model with Google's billion words dataset

2018-03-11 Thread GitBox
szha commented on a change in pull request #10025: Language model with Google's billion words dataset URL: https://github.com/apache/incubator-mxnet/pull/10025#discussion_r173681036 ## File path: src/operator/nn/fully_connected-inl.h ## @@ -95,11 +95,16 @@ void

[GitHub] szha commented on a change in pull request #10025: Language model with Google's billion words dataset

2018-03-11 Thread GitBox
szha commented on a change in pull request #10025: Language model with Google's billion words dataset URL: https://github.com/apache/incubator-mxnet/pull/10025#discussion_r173680708 ## File path: python/mxnet/gluon/contrib/rnn/rnn_cell.py ## @@ -181,3 +181,126 @@ def

[GitHub] szha commented on a change in pull request #10025: Language model with Google's billion words dataset

2018-03-11 Thread GitBox
szha commented on a change in pull request #10025: Language model with Google's billion words dataset URL: https://github.com/apache/incubator-mxnet/pull/10025#discussion_r173680648 ## File path: example/rnn/large_word_lm/model.py ## @@ -0,0 +1,181 @@ +# Licensed to the

[GitHub] szha commented on a change in pull request #10025: Language model with Google's billion words dataset

2018-03-11 Thread GitBox
szha commented on a change in pull request #10025: Language model with Google's billion words dataset URL: https://github.com/apache/incubator-mxnet/pull/10025#discussion_r173680183 ## File path: example/rnn/large_word_lm/data.py ## @@ -0,0 +1,202 @@ +# Licensed to the