i used this command to download the correct version of tensorflow git clone --branch r1.14 https://github.com/mozilla/tensorflow.git
but when i am performinf following command it is giving error … $git checkout origin/r1.14
error: pathspec ‘origin/r1.14’ did not match any file(s) known to git
lissyx
((slow to reply) [NOT PROVIDING SUPPORT])
3
You have not documented if you properly did git clone the deepspeech repo as well. Again, your first error suggests that no.
If you pass --branch r1.14 you should not need.
Why do you use v0.6.1 ? It’s old now, you should work on v0.7.3 at least.
thanks, @lissyx for help… The issue has been resolved. As you told it was because of git clone
I used the following commands to clone the deepspeech and mozilla/tensorflow.