Closed atemate closed 4 years ago
--scorer
is post 0.6.1.
https://github.com/mozilla/DeepSpeech/blob/v0.6.1/README.rst doc does not mention --scorer
There is no bug here, just read the appropriate documentation.
Please, update the main README then: https://github.com/mozilla/DeepSpeech
Please, update the main README then: https://github.com/mozilla/DeepSpeech
The master README refers to master branch, and it is accurate.
Sorry for being dense, but I am running into the same confusion with the README. Steps to recreate: 1) clone master 2) follow instructions in readme in master 3) receive above error message
It seems that the master documentation says to install with pip, which then installs something other than the master branch? Launching python in my venv I see:
[GCC 5.4.0 20160609] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import deepspeech
>>> deepspeech.printVersions()
TensorFlow: v1.14.0-21-ge77504a
DeepSpeech: v0.6.1-0-g3df20fe```
Sorry for being dense, but I am running into the same confusion with the README. Steps to recreate:
1. clone master 2. follow instructions in readme in master 3. receive above error message
It seems that the master documentation says to install with pip, which then installs something other than the master branch? Launching python in my venv I see:
[GCC 5.4.0 20160609] on linux Type "help", "copyright", "credits" or "license" for more information. >>> import deepspeech >>> deepspeech.printVersions() TensorFlow: v1.14.0-21-ge77504a DeepSpeech: v0.6.1-0-g3df20fe```
Well this is default pip behavior, it installs stable builds by default.
But the README states "it is for the master branch" and at the same time suggests to install via pip, which just does not install the master branch. So can you please update the README for the master branch to state how to install the master branch? Kind thanks.
master is the development branch, it has no stability guarantees, no pre-built binaries, and no pre-trained models. If you want to try our pre-built binaries, or use our pre-trained model or checkpoint, use a stable release: https://github.com/mozilla/DeepSpeech/releases/latest
We're in the process of changing our release process so that the default branch shown on GitHub is the most recent stable release (instead of master) to avoid this confusion.
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Hi! I'm running the README example and it fails: