Julian Weber

Results 10 issues of Julian Weber

Add capacitron V2 model to TTS zoo. It's more stable and just as expressive!

Hello, I'm posting this question here because I don't know anywhere else to ask it but I can take it down if it's not the proper medium to ask it....

Right now, from my testing '€10,50' is parsed correctly. But in Europe, we usually write '10,50€' or '10,50 €'. https://en.wikipedia.org/wiki/Euro_sign We could maybe have a currency_before bool parameter that's dependent...

```python from gruut import sentences text = 'He wound it around the wound, saying "I read it was $10 to read."' for sent in sentences(text, lang="en-us"): for word in sent:...

It seems a `for word in sent:` was forgotten :)

Here is an toy scenario where it would be nice to have a warning ```python from dataclasses import dataclass from coqpit import Coqpit @dataclass class SimpleConfig(Coqpit): val_a: int = 10...

feature request

I think it would be great if coqpit checked the type of default parameters. In this commit, we fix a problem we had with coqui-TTS, where the value inside of...

To fix this issue: https://github.com/coqui-ai/TTS/issues/3246

Installing on Ubuntu with CUDA and 3090. ``` ERROR conda.cli.main_run:execute(33): Subprocess for 'conda run ['mfa', 'models', 'download', 'acoustic', 'english_us_arpa']' command failed. (See above for error) /opt/conda/envs/voice_smith/lib/python3.8/site-packages/Bio/pairwise2.py:278: BiopythonDeprecationWarning: Bio.pairwise2 has been...