seujung commented on a change in pull request #13735: update wavenet codes URL: https://github.com/apache/incubator-mxnet/pull/13735#discussion_r250068868
########## File path: example/gluon/wavenet/README.md ########## @@ -0,0 +1,53 @@ +# WaveNet with Gluon + +Gluon implementation of [WaveNet: A Generative Model for Raw Audio](https://arxiv.org/abs/1609.03499) + + + + +## Requirements +- Python 3.6.1 +- Mxnet 1.2 +- tqdm +- scipy.io + + +## Usage + +- arguments + - batch_size : Define batch size (defualt=64) Review comment: fix typos ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
