AdaSpeech icon indicating copy to clipboard operation
AdaSpeech copied to clipboard

AdaSpeech: Adaptive Text to Speech for Custom Voice

Results 10 AdaSpeech issues
Sort by recently updated
recently updated
newest added

@rishikksh20 Can I use the aishell-3 dataset for training?

Hi, I followed your work for several months and really pleasantly surprised at your speed of tracking the new algorithm. For the Adaspeech, have your verify that the two acoustic...

hello rishikksh20, thanks for your contribution! I found a problem when training with these code. in line 415, fastspeech.py ``` if avg_mel is not None: avg_mel = avg_mel.unsqueeze(0) # inference...

i got this error uttr = self.utterance_encoder(ys.transpose(1, 2)).transpose(1, 2) IndexError: Dimension out of range (expected to be in range of [-1, 0], but got 1) can you give me a...

in yaml "data_dir: 'H:\Deepsync\backup\fastspeech\data\'" how to find the data

For training , how can we extract the Phonetic acoustic embedding , utterance level embedding from the training dataset. Can you point out to this.

I have a problem in hparams I follow some solve answer to change the "import hparams as hp" to "from utils.hparams import HParam hp = HParam("configs/default.yaml") " And I found...

Hello @rishikksh20 , thanks for your sharing. I have some issues in training model. ``` File "/data/tuong/Yen/AdaSpeech/fastspeech.py", line 263, in _forward hs = self.length_regulator(hs, ds, ilens) # (B, Lmax, adim)...

Hello and thank you for sharing your work! Could you please provide the pretrained model for your work? Thank you in advance!

Traceback (most recent call last): File "c:/Users/최현석/OneDrive/바탕 화면/AdaSpeech-master/AdaSpeech-master/nvidia_preprocessing.py", line 96, in hp = HParam(args.config) File "c:\Users\최현석\OneDrive\바탕 화면\AdaSpeech-master\AdaSpeech-master\utils\hparams.py", line 58, in __init__ hp_dict = load_hparam(file) File "c:\Users\최현석\OneDrive\바탕 화면\AdaSpeech-master\AdaSpeech-master\utils\hparams.py", line 16, in...