seujung commented on a change in pull request #13735: update wavenet codes
URL: https://github.com/apache/incubator-mxnet/pull/13735#discussion_r250068898
 
 

 ##########
 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)
+
+![net_structure1](assets/net_struc1.png)
+![net_structure2](assets/net_struc2.png)
+
+## Requirements
+- Python 3.6.1
+- Mxnet 1.2
+- tqdm
+- scipy.io
+
+
+## Usage
+
+- arguments
+  - batch_size : Define batch size (defualt=64)
+  - epochs : Define the total epoches (default=1000)
 
 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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to