-
Notifications
You must be signed in to change notification settings - Fork 4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Decoder API rework (Fixes #2672) #2681
Conversation
211a18d
to
1eac7e4
Compare
1eac7e4
to
b904beb
Compare
This is a big one, so I highly recommend reviewing on a per commit basis. GitHub now lets you see changes from a commit range, which helps. The main interesting parts are:
|
And the changes to the examples are here: mozilla/DeepSpeech-examples@f3dee79 |
...t/java/libdeepspeech/src/main/java/org/mozilla/deepspeech/libdeepspeech/DeepSpeechModel.java
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, we might want to ensure doc is uptodate as well :)
Thanks! I was going to update the docs but then I got flashbacks of previous API breaks where users read master docs and the options don't work with the stable release and we get several issues. Maybe it's unavoidable, but perhaps we can land the docs update closer to the v0.7 release when this goes out? What do you think? |
7c64029
to
4b7359d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wow that was big! Just a few questions, see the comments.
65ec5a3
to
3603ad3
Compare
X-DeepSpeech: NOBUILD
3603ad3
to
d9a324d
Compare
d9a324d
to
1d5931d
Compare
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. |
No description provided.