Reuben Morais

Results 199 comments of Reuben Morais

Just for argparse, which lets you have argument groups with titles/descriptions. JSON grouping is already handled with nested configs.

What confusion does the "Coqpit Field: " prefix help clarify? If confusion is possible, the program author can clarify it themselves, with a prefix or any other means, in the...

We already depend on OpenFST and use it as a trie structure for restricting the decoder vocabulary, so you could use it for the additional contextual biasing prefix tree and...

@JRMeyer I'm talking about the second implementation suggested by @dophist in the comment above. A prefix tree is the same as a [trie](https://en.wikipedia.org/wiki/Trie). I'm suggesting you could extend the DeepSpeech...

You can setup a `pyproject.toml` file with the following contents: ``` [build-system] requires = ["setuptools", "setupextras"] # any other build-time dependencies of setup.py here build-backend = "setuptools.build_meta" ```

PRs here: https://github.com/grimen/python-mybad/pull/1 and here: https://github.com/grimen/python-config2/pull/22

Any updates on this? I wanted to do some experiments with VCTK, but couldn't figure out how to preprocess the data.

In my docker-compose project I'm getting "sending tarball" times of almost 2 minutes, when the entire build is cached. Makes the development experience so painful that I'm considering setting up...