basveeling / wavenet

Keras WaveNet implementation
https://soundcloud.com/basveeling/wavenet-sample
1.06k stars 219 forks source link

How to Predict on Batches #38

Closed raghavgurbaxani closed 5 years ago

raghavgurbaxani commented 5 years ago

Hi

Thanks for the amazing work. Could you mention how to generate waves in batches during test time ?

basveeling commented 5 years ago

the original wavenet paper which this repository implements does not allow for parallel generation. There is some recent work on allowing for parallel generation in wavenet from the same authors if you're interested.