tensorflow-wavenet
tensorflow-wavenet copied to clipboard
Why did we slice the output at every dilation layer?
https://github.com/ibab/tensorflow-wavenet/blob/3c973c038c8c2c20fef0039f111cb04139ff594b/wavenet/model.py#L309
I would like to know why do we have this slice operation over the skip connection!!!
Any help is much appreciated!!