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 6d1f07d  Remove defunct NLP tutorial page (#9045)
6d1f07d is described below

commit 6d1f07dcf1a33872ac15b032167584e98a183cc8
Author: Simon <11811097+simoncorstonoli...@users.noreply.github.com>
AuthorDate: Tue Dec 12 19:14:40 2017 -0800

    Remove defunct NLP tutorial page (#9045)
    
    * Update for MXNet 1.0. PEP8 fixes to code and misc improvements. Tested 
under Python 2.7 and Python 3.6 on Sagemaker.
    
    * Remove defunct tutorial page
---
 docs/tutorials/nlp/rnn.md | 14 --------------
 1 file changed, 14 deletions(-)

diff --git a/docs/tutorials/nlp/rnn.md b/docs/tutorials/nlp/rnn.md
deleted file mode 100644
index e2d2265..0000000
--- a/docs/tutorials/nlp/rnn.md
+++ /dev/null
@@ -1,14 +0,0 @@
-# Recurrent Neural Networks
-This folder contains RNN examples using a low-level symbol interface. You can 
get the source code for this example on 
[GitHub](https://github.com/dmlc/mxnet/tree/master/example/rnn).
-
-## Python
-
-- 
[https://github.com/dmlc/mxnet/blob/master/example/rnn/lstm_bucketing.py](lstm_bucketing.py).
 A PennTreeBank language model using LSTM
-- 
[https://github.com/dmlc/mxnet/blob/master/example/rnn/cudnn_lstm_bucketing.py](cudnn_lstm_bucketing.py).
 A PennTreeBank language model using LSTM and CUDNN
-
-Performance Note:
-
-Using more ```MXNET_GPU_WORKER_NTHREADS``` may lead to better performance. For 
information on setting ```MXNET_GPU_WORKER_NTHREADS```, refer to [Environment 
Variables](http://mxnet.io/how_to/env_var.html).
-
-## Next Steps
-* [MXNet tutorials index](http://mxnet.io/tutorials/index.html)

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

Reply via email to