Arijit Biswas
Arijit Biswas
Hi! I'm using this fork: https://github.com/lordet01/segan and Python 3.5 and latest TensorFlow. And the training runs nicely. Then, I downloaded the model from here: http://veu.talp.cat/segan/release_weights/segan_v1.1.tar.gz Then running the script: https://github.com/santi-pdp/segan/blob/master/clean_wav.sh...
It paper it says " Each residual dilated convolution stack has three layers with dilation 1, 3 and 9 with kernel-size 3". Also, in Figure 4 it seems to be...
It will be good to have a separate script just to generate audio from a trained model. Example, you feed in a noisy signal to a trained generator and you...