mzshuo

Results 1 comments of mzshuo

You can just replace `self.gate_convs.append(nn.Conv1d(...))` with `self.gate_convs.append(nn.Conv2d(...))` I think. They should perform the same computation when passing a 2-dimension kernel. Here is the explanation. https://github.com/nnzhan/Graph-WaveNet/issues/14#issuecomment-650068806