vincentherrmann / pytorch-wavenet

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

The dilation function doubled the batch size different from the paper #24

Closed seaniezhao closed 5 years ago

seaniezhao commented 5 years ago

after the dilation_func batch_size doubled, is there any effect on filter_conv and gate_conv ? if there is no effect, maybe cut off these useless data could save time

seaniezhao commented 5 years ago

found answer in previous issues

btickell commented 2 years ago

Do you have a link to said issues? Thanks!