Songze Wu

Results 1 issues of Songze Wu

Hi, I noticed that in upsampling block, the code does Conv1dWithInitialization and then InterpolationBlock. [code link](https://github.com/ivanvovk/WaveGrad/blob/721c37c216132a2ef0a16adc38439f993998e0b7/model/upsampling.py#L61) But in paper network structure it looks like the reverse order of yours. ![image](https://user-images.githubusercontent.com/87403988/125553394-0ea00bf3-970b-45fd-858a-b0032ec55f15.png)...