You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2019/01/07 21:34:09 UTC

[GitHub] vishaalkapoor commented on a change in pull request #13735: update wavenet codes

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

 ##########
 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)
+  - epoches : Define total epoches (default=1000)
+  - mu : Define mu (default=128)
 
 Review comment:
   It would be clearer to give some context on what mu is as one would have to guess it's in the paper, which doesn't refer to the mu-law. E.g. Define \mu in \mu-Law (see the paper or https://en.wikipedia.org/wiki/%CE%9C-law_algorithm).

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services