jadechip

Results 39 comments of jadechip

Thank you @tchayintr, if you have any recommendations for Thai audio datasets, I would greatly appreciate it!

@tchayintr this is super helpful and any feedback you have for my code will be greatly appreciated 🙏 I was also looking at this other nectec dataset: https://github.com/vistec-AI/dataset-releases/releases/tag/v1 I'll work...

@Zengyi-Qin are there any additional steps or files needed before training? I am getting the following error: **output** ``` ⚡ add-thai ~/MeloTTS/melo torchrun --nproc_per_node=1 --master_port=10902 train.py --c data/thai/config.json --model thai...

Nevermind, I was able to pinpoint the issue, I didn't realize you needed to add the language code here as well: I've updated my PR with the missing code. I...

> hello @jadechip @acul3 > > It seems there might be an issue with the training process. According to the current code, if your symbol size is not equal to...

I see, thank you for the heads up @jeremy110 🙏 I've updated my code to reflect your suggestion, now I have. ``` # combine all symbols normal_symbols = sorted(set(zh_symbols +...

Ok, I was able to run a training job for around 9k steps yesterday. I tried running inference using the new checkpoint, but it seems to produce unintelligible sounds. I...

btw I am currently training on a subset of Thai commonvoice 13, converted to .wav with a sample rate of 48 kHz. Edit: Happy weekend everyone 🎉

Thank you for you sharing! Your advice has been super helpful @jeremy110 🙏

Hmm trained for longer with different hyperparameters but so far the results are not much better, something might be wrong with my code.