vincentherrmann / pytorch-wavenet

An implementation of WaveNet with fast generation
MIT License
968 stars 225 forks source link

Why dilate on batch dimension #43

Open btickell opened 2 years ago

btickell commented 2 years ago

Currently the batch dimension is forced to be 1 since the dilation is occuring on the 0th dimension of the input tensor. Why is this not being done in a minibatch way?