ResGAN
ResGAN copied to clipboard
Core code for my ICASSP 2018 paper
Everything is so much nicer in TensorFlow. No CPU/GPU memory swapping for FFTs, for example. Stay tuned.
GlottDNN
Any ETA on when GlottDNN will be available? Very interested in your code but want to have the full end-to-end experience.
./01_run_train.sh Using TensorFlow backend. Traceback (most recent call last): File "train.py", line 327, in context_len=args.rnn_context_len) File "train.py", line 68, in train_pls_model pls_model = time_glot_model(timesteps=timesteps) File "/home/zyq/lianxi/ResGAN-master/models.py", line 100, in time_glot_model...
Coming soon...
The code we used for the F0 model is available at http://tonywangx.github.io/index.html#DAR We replaced the inputs with MFCCs and only used frame-tier feedbacks. For support on this, @tonywangx knows more....