Josh Meyer

Results 34 comments of Josh Meyer

Coqui STT would be a straight-forward drop-in replacement for DeepSpeech, because the APIs are nearly identical :D also - the latest English model from Coqui STT is much more accurate...

@DanBmh -- did you ever reach a conclusion on this? have you been running augmentation with newer releases?

@bobkleiner -- archiving this repo ([in the Github sense](https://docs.github.com/en/repositories/archiving-a-github-repository/archiving-repositories)) shouldn't affect your ability to release your own codebase... where do you see the issue? Archiving allows this repo to persist,...

@DanBmh -- even though my previous research with deepspeech seems to point to frozen-transfer not working, I *still* think this feature should be integrated. Your two-step approach makes perfect intuitive...

@DanBmh -- I don't see why you need a new flag for `load_frozen_graph`. For reference, this is how I implemented transfer-learning + freezing layers before: https://github.com/mozilla/STT/blob/transfer-learning2/DeepSpeech.py#L264-L278

you might check out: https://github.com/mozilla/DeepSpeech/issues/3693

any idea what might be going on here with the scorer, @Aya-AlJafari ?

Should include learnings from https://github.com/coqui-ai/STT/issues/2102#issuecomment-1034333757

You're thinking something like `--lowercase true`?

@FrontierDK is this the error you get with building the dockerfile? https://github.com/coqui-ai/STT/issues/2168 FWIW -- the best way to start training is to pull down the pre-built docker images: ``` $...