NVIDIA / nv-wavenet

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

Fix test #17

Closed PetrochukM closed 6 years ago

PetrochukM commented 6 years ago

Following the batch size change, the test needs to be updated to select the first samples from the batch of 1.

RPrenger commented 6 years ago

@PetrochukM Good catch. I thought I had checked that.