Danny Waser

Results 18 issues of Danny Waser

[https://pipfile.pypa.io](https://pipfile.pypa.io) returns ERR_NAME_NOT_RESOLVED

To fix parsed augmentations (on [cv-fr 0.9 model card](https://coqui.ai/french/commonvoice-fr/v0.9)).

There is no cake.

Currently we are using v4.42.0 of Webpack. It's not too old but since the model manager is not an example project but rather a real useful tool for production, it...

enhancement

Webpack logs are underwhelming by default. Prior to v0.0.21 of the model manager, we tapped the logs using a custom hook to control the flow of logs. Unfortunately since the...

What about we keep `commonvoice-fr/DeeepSpeech/` as it is and simply add `commonvoice-fr/STT/` instead? I've started from my branch `stt140-cv9` which produced my latest models so I know it works. I...

Produced checkpoints are using absolute path where they should really be using relative ones. [Checkpoints FR STT 0.9](https://github.com/wasertech/commonvoice-fr/releases/tag/v0.9.0-fr-0.1) ``` # ./best_dev_checkpoint model_checkpoint_path: "/mnt/checkpoints/best_dev-221133" all_model_checkpoint_paths: "/mnt/checkpoints/best_dev-221133" ``` Here is English checkpoint...

Use: ```bash uni2ascii -q wiki_fr_lower_accents.txt > wiki_fr_lower.txt ``` Instead of: https://github.com/common-voice/commonvoice-fr/blob/5699e59244d14bb14d5b7603b91c934b761c9194/DeepSpeech/fr/prepare_lm.sh#L19 https://billposer.org/Software/uni2ascii.html ## Why? I've dump Wikipedia in English to make a custom scorer. Here is the result with `iconv`:...