You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please help me to solve the ModuleNotFoundError
I'm trying to train own small model for few lines.
(deepspeech) root@teeee:~/deepspeech/DeepSpeech# python DeepSpeech.py
Training package is not installed. See training documentation.
Traceback (most recent call last):
File "/root/deepspeech/DeepSpeech/DeepSpeech.py", line 7, in <module>
from deepspeech_training import train as ds_train
ModuleNotFoundError: No module named 'deepspeech_training'
(deepspeech) root@teeee:~/deepspeech/DeepSpeech#
The text was updated successfully, but these errors were encountered:
This Issue gonna work you need to add your browser driver in google clob because in google cloab is a better platform for doing this type of issue. because in some time we found that our computer path problem.
basically trackback error occur when something flow out of range where the python file could not understand
(you can add this driver to clob after that pip3 install --upgrade --force-reinstall -e .?)just below the driver code
please do this in google drive your error gonna fix.
(%%shell
Ubuntu no longer distributes chromium-browser outside of snap
cat > /etc/apt/sources.list.d/debian.list <<'EOF'
deb [arch=amd64 signed-by=/usr/share/keyrings/debian-buster.gpg] http://deb.debian.org/debian buster main
deb [arch=amd64 signed-by=/usr/share/keyrings/debian-buster-updates.gpg] http://deb.debian.org/debian buster-updates main
deb [arch=amd64 signed-by=/usr/share/keyrings/debian-security-buster.gpg] http://deb.debian.org/debian-security buster/updates main
EOF
Hi there,
Please help me to solve the ModuleNotFoundError
I'm trying to train own small model for few lines.
The text was updated successfully, but these errors were encountered: