-
https://git.ecker.tech/ aims to provide a place to share my efforts while maintaining true ownership of my code, as I do not trust GitHub.
XMR: 4B9TQdkAkBFYrbj5ztvTx89e5LpucPeTSPzemCihdDi9EBnx7btn8RDNZTBz2zihWsjMnDkzn5As1LU6gLv3KQy8BLsZ8SG
- Joined on
2022-10-10
Fixed in commit f34cc382c5b785dbf4565e509cbc75462447d72c.
Did you convert all the Kanji in your training set to Hiragana beforehand or leave as is?
My naivety left it in as-is, and had whatever DLAS/tortoise uses handle it (which seem to be…
I've read that it's possible with other languages.
Yeah, there's a French model floating around, which I'm surprised as it was one of the earlier finetunes I've seen. I can't vouch for how…
Should be fixed in commit 96b7f9d2cc857b72f4a7de5ebb1875b140d272f8.
You need to pass --force-reinstall when trying to install torch again.
phonemes = phonemize(text,language=lang,strip=True,preserve_punctuation=True, with_stress=True, backend='espeak')
Added.
Also it would be nice to have aditional param like backend so…