littleTwelve
littleTwelve
When I use the code to train a model, it seems good. However, when I use the trained model to generate data, I get a sequence of number which are...
Now, I want to reference the implement of global conditioning in your code to edit my wavenet code in order to implement multi-speakers. But after reading your code, I am...
In 'tensorflow-wavenet/wavenet/ops.py', the last row of the function 'mu_law_encode' displays (signal + 1) / 2 * mu + 0.5, why use this formula to quantize signal?