"Could not create model" when running either native or python

@lissyx I am using
Ubuntu 18.04
gcc --version 7.4.0

I have made it working, I have edited util/taskcluster.py
Line No: 19, 20 : removed %(branch_name)s and given version manually for both tensorflow and deepspeech

DEFAULT_SCHEMES = {
    'deepspeech': 'https://index.taskcluster.net/v1/task/project.deepspeech.deepspeech.native_client.v0.5.1.%(arch_string)s/artifacts/public/%(artifact_name)s',
    'tensorflow': 'https://index.taskcluster.net/v1/task/project.deepspeech.tensorflow.pip.v1.13.1.%(arch_string)s/artifacts/public/%(artifact_name)s'
}

If you had --help, you would have discovered --branch that does it, already. It’s even documented in the README we have …

This is not supported, you will run into various issues doing that.

1 Like