Closed vvolhejn closed 2 years ago
I think currently the convolutions are also looking ahead in time, which is not desirable for real-time applications.
Compare with this WaveNet implementation which takes special care to add non-symmetric padding to make the network causal.
Done.
I think currently the convolutions are also looking ahead in time, which is not desirable for real-time applications.
Compare with this WaveNet implementation which takes special care to add non-symmetric padding to make the network causal.