Danny Waser

Results 18 issues of Danny Waser

Merged #2211 and #2249 to get a more accurate cpu count stt-wide.

We don't want to test batch size here. It is not the intent of the test and causes the process to never die (see https://github.com/coqui-ai/STT/issues/2195).

# Can't download LinguaLibre using import script ## Problem When you try to download LinguaLibre (at least for the french part), down stream stops every time at 51%. ## How...

bug

This is a well known bug for this importer. When you try to use `import_atthack.py` as non-root, the archives try to restore the files where they were originaly packed at...

bug

#### What happened: ``` ❯ howdoi show my ip for ssh ERROR: Sorry, couldn't find any help with that topic (use --explain to learn why) ``` #### What you expected...

bug

Let’s face it. KenLM has served us well… …but it has its limitations. It didn’t aged well as a language model architecture. First order of business is to compute a...

enhancement

Trying to optimize my LM but `lm_optimizer.py` throws `NotFoundError` as environment has CuDNN disabled. > Checkpoint loading failed due to missing tensors, retrying with --load_cudnn true - You should specify...

bug
enhancement

I know, I know, it's not really made for us to play with it but it's useful to build the binaries sometimes. Unfortunately, we switched to `python 3.8` inside `Dockerfile.train`...

bug

I think its a nice idea to use [cancel-workflow-action](https://github.com/styfle/cancel-workflow-action) to avoid [those kind of situations](https://github.com/coqui-ai/STT/actions?query=is%3Acancelled+branch%3Aaarch64-py310) where you have to manually cancel running actions if you committed something new in the...

enhancement

Some example projects are not listed under the appropriate section of the main README. Notably for Android examples, the main readme points to a depreciated example while we have a...