Tortoise
(Tortoise)
1
can you give me the link command to
- git clone deepspeech = 0.7.4 and its
- native client with gpu
- 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
othiele
(Olaf Thiele)
2
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:
Tortoise
(Tortoise)
3
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.
othiele
(Olaf Thiele)
4
You don’t seem to read the github issue, clone 0.7.4, not master. Reading carefully helps 
lissyx
((slow to reply) [NOT PROVIDING SUPPORT])
5
please articulate questions, I don’t understand what you want.
Tortoise
(Tortoise)
6
@othiele sorry. I got it. Thank you. sorry little misunderstanding. But, thank you for always being kind and helpful