Reuben Morais

Results 45 issues of Reuben Morais

Ran into this while trying to hash https://github.com/mozilla/DeepSpeech/ I added some debugging code and the problem seems to be that `libraries_meta.pb` points to a `cpp.tensor-flow.pb` classifier which does not exist...

WIP: Build works fine on latest master with some small modifications (DS branch [ios-build](https://github.com/mozilla/DeepSpeech/tree/ios-build)): Build for simulator x86_64: ```bash $ bazel build --verbose_failures --config=ios_x86_64 --workspace_status_command="bash native_client/bazel_workspace_status_cmd.sh" --config=monolithic -c opt //native_client:libdeepspeech.so...

One might have two language models for example, one with just commands, and one for general English text. The first is used to detect voice commands, and the second to...

enhancement

This issue is for discussing dropping support for the full TensorFlow runtime on macOS. One recent issue where the difficulty of supporting full TensorFlow on macOS has come up is...

help wanted

With datasets the size of MLS it makes less sense to iterate over every train set once for every epoch. There's questions of data balance and just pure scarceness of...

Currently the training code is configured via abseil-py command line flags, which can be put into a file and referenced with `--flagfile flags.txt`. Unfortunately CLI flags can get hard to...

help wanted
good first bug
ci

Currently we only have build instructions, mentions of copying binaries around, and no mention of NuGet.

documentation