Deepspeech 0.7.4 installation settings

can you give me the link command to

  1. git clone deepspeech = 0.7.4 and its
  2. native client with gpu
  3. ds_ctcdecoder

I am facing error

from ds_ctcdecoder import Alphabet, UTF8Alphabet
ImportError: cannot import name ‘UTF8Alphabet’

and I think, somewhere the version is mismatched with settings.

I am switching from 0.6.1 version to 0.7.4

Start over with a new virtual environment (versions are incompatible) and follow the docs here:

https://deepspeech.readthedocs.io/en/v0.7.4/

If you run into problems, post more and better information, following this guide:

Thankyou @othiele This is all I did,
and the error ImportError: cannot import name ‘UTF8Alphabet’
is because of?

as this issue says, I have to clone the code.

0.7.4

that is reason I asked.

You don’t seem to read the github issue, clone 0.7.4, not master. Reading carefully helps :slight_smile:

please articulate questions, I don’t understand what you want.

@othiele sorry. I got it. Thank you. sorry little misunderstanding. But, thank you for always being kind and helpful