NVIDIA / nv-wavenet

Reference implementation of real-time autoregressive wavenet inference
BSD 3-Clause "New" or "Revised" License
735 stars 126 forks source link

Forgot to add batch dimension to output tensor #16

Closed RPrenger closed 6 years ago

RPrenger commented 6 years ago

This address issue #14. I had forgot to add a batch dimension to the output samples when I was adding support for batch size > 1.