Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 569 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 569 Bytes

RNN Example

This folder contains RNN examples using high level mxnet.rnn interface.

Examples using low level symbol interface have been deprecated and moved to old/

Data

Run get_ptb_data.sh to download PenTreeBank data.

Python

Performance Note: More MXNET_GPU_WORKER_NTHREADS may lead to better performance. For setting MXNET_GPU_WORKER_NTHREADS, please refer to Environment Variables.