tensorflow-wavenet icon indicating copy to clipboard operation
tensorflow-wavenet copied to clipboard

wavenet implementation using tf.layers.conv1d

Open hccho2 opened this issue 6 years ago • 1 comments
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 avatar Nov 25 '18 08:11 hccho2

@hccho2 Would your changes have better visibility if added to this repo with a PR?

jchia avatar Dec 14 '18 00:12 jchia