ibab / tensorflow-wavenet

A TensorFlow implementation of DeepMind's WaveNet paper

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Why did we slice the output at every dilation layer?

opened this issue · comments

skip_cut = tf.shape(out)[1] - output_width

I would like to know why do we have this slice operation over the skip connection!!!

Any help is much appreciated!!