tensorflow-wavenet
tensorflow-wavenet copied to clipboard
wavenet implementation using tf.layers.conv1d
trafficstars
We simplified the ibab's code using tf.layers.conv1d The fast generation works even when filter_width >=2 or batch_size >=1.
You can find the implementation in our repository
@hccho2 Would your changes have better visibility if added to this repo with a PR?