yacht
yacht
Since I am not sure about the original intention of ```ignore_index```. To make it works as the expected behavior for now, I make some modifications for the tensor before passing...
@Borda Sure. Let me throughly review the code, particularly ```metrics/torchmetrics/functional/classification/stat_scores.py```, before considering possibilities and drafting a PR.
I had similar issue with OP. I was set conda environment with python 3.8.x. pytorch 1.8.1 with cuda 11.1, and pyg 1.7.2. It works totally fine with cuda 11.1 but...
Looking forward to the code, especially for fine-tuning it for a Southeast Asian language, in relation to your concept.
Great job! I planed to work on training a Thai TTS model using MeloTTS too.
@jadechip Sure! There are several datasets such as TSync2, Lotus, etc. You can check several of them here: https://github.com/korakot/corpus/releases/tag/v1.0 with documentation at https://lexitron.nectec.or.th/KM_HL5001/file_HL5001/Document/krrn_14518.pdf. There are also Thai dialects available at...
> About lines 5908 to 5910 in the Wiktionary file, that is a good question. I am not sure which one is correct to be honest 🤔 Maybe I should...
@jeremy110 Don't worry, this is not your fault at all! We are here to discuss and find a solution. I will keep you updated if I got something. @jadechip @jeremy110
> @tchayintr please is it possible to train MeloTTS on a new language ? @Yongbi9 Yes, it’s possible. I recommend to find more clues here: > @Yongbi9 New discussion in...
> For work pyenv-alias on pyenv 2.3.25 patch line 9 etc/pyenv.d/install/alias.bash: old: VERSION_NAME="${VERSION_ALIAS##*/}" new: before_install 'PREFIX="$(dirname ${PREFIX})/${VERSION_ALIAS}"; echo "Installing at ${PREFIX}"' It does work but will be the same as...