Đỗ Trí Nhân
Đỗ Trí Nhân
 I wonder the cuda implement of SRU work in CUDA11, I found in the forum that to solve the problem, we must use cuda10.2 https://discuss.pytorch.org/t/just-in-time-loading-and-compiling-cuda-kernels-was-unsuccesful/124486 Here is my computer...
I have 3 questions to confirm my experiment on these vocoder models: 1: Are there anyone have a comparing summaries between all model in RTF (with light and heavy version)...
I found an implement for multiband hifigan which folk from this repo: https://github.com/rishikksh20/multiband-hifigan Are there anyone have tried and benchmark for this?
Can you share your log after you adding Postnet at 500k iters? In my experiment, I add Postnet at 250k iters, does it look right? 
Can you detail the way you are using to make the noise audio for training? Does it the same with described in the paper?  Are you using kaldi or...
Can you share with us the Audios you use for evaluate MOS as reported in the paper, I just want to compare our output to make sure we get in...
At this line: https://github.com/xcmyz/FastVocoder/blob/a9af370be896b1096e746ce6489fb16fef8ca585/data/dataset.py#L97 If the input mel size smaller than fix-length, the random raise issue, I have try except to pass these short audios, but I just wonder it...
I found some automatic evaluation metrics mentioned in the paper, where can I find these scripts so that I can reproduce the result and compare with others method. 
Hello Sir, Can I have a question that does this DTW implementation is the same as Soft DTW used in this paper? Parallel Tacotron 2: A Non-Autoregressive Neural TTS Model...
Can we control the strength of enhancement of Fullsubnet by config this? 