ibab / tensorflow-wavenet

A TensorFlow implementation of DeepMind's WaveNet paper

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wavenet implementation using tf.layers.conv1d

hccho2 opened this issue · comments

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?