How install nodeJs deepspeech with version 0.2.0a9?

npm install deepspeech -> installed deepspeech 0.2.0, but I’m need version 0.2.0a9
how to install ?

Can you document the requirements for alpha 9 ? Besides, this should be a question to npm install documentation … npm install deepspeech==0.2.0a9

im solved, npm install deepspeech@0.2.0-alpha.9 , thank you. My model training in 0.2.0a9.

I understand correctly that version 0.2.0 stable is released ? where can I see a list of changes, if it is?

Maybe on the github release page for 0.2.0 ?

lissyx, Thanks so much

git diff --patch v0.2.0-alpha.9..v0.2.0 DeepSpeech.py shows differences in the model, so I fear you might be right on that part. Though I’d heavily suggest to move to 0.2.0 anyway, there are a lot of fixes in it.

Thanks.
My model not worked at 0.2.0
it turns out that I need to re-train the model on version 0.2.0 ?

Yes, that’s likely expected, given the changes.