Dongchao Yang

Results 20 issues of Dongchao Yang

The link you provide seems cannot use, can you share a new download path? If the audioset data is too large, you can just share the DCASE2017 data. Thanks.

Hi, I want to ask whether your code about training Mel-GAN vocoder is support multiple GPUs? In you paper, you use one single GPU training about 14 days. So I...

python3 train.py --base vas_codebook.yaml -t True --gpus 0,1, when I try to run the code with two GPUs, it report error pytorch_lightning.utilities.exceptions.MisconfigurationException: You requested GPUs: [0, 1] But your machine...

Hi, I want to ask the cost time you train the fastspeech2 model on AISHELL3 dataset. Can you share how long time you cost.

Hi, I want to ask the trimming operation whether is very important for training your model? Furthermore, can you share the scripts to trimming VCTK dataset?

Hi, thanks for your open source. It is a great work. I want to ask a question about this paper. The Bi-directional Transformers is trained without any conditional input, it...

in my view, your code My_Transpose seem have the same function with the Keras.layer.Permute

## ❓ Questions Hi, when I try to reproduce the training code based on your released part, I meet a question when I try to use multiple-GPU to train, that...

question

Hi, In your code, you use the following code to set whether using null text vector: is_empty_text = torch.logical_not(input['condition_mask'][:, 2]).unsqueeze(1).unsqueeze(2).repeat(1, 77, 512) But, I found that if all of the...

Hi, can you share the evalution metric calculate code? such as Pearson Correlation Coefficient.