golbin/WaveNet

What is the purpose of the transpose?

srubenacker opened this issue · 0 comments

Thank you for your code! It is documented very well!

What is the purpose of swapping the channels and timestep in the input tensor of WaveNet.forward()?

output = x.transpose(1, 2)