No matching distribution found for torch>=1.7 (from TTS) with Python 3.6 installation on Jetson Nano (aarch64) #2064
Answered
by
domcross
ScottMonaghan
asked this question in
Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
domcross
Dec 31, 2021
Replies: 2 comments 1 reply
-
Assuming you are installing into a Python virtual environment:
To my personal experience Jetson Nano is too slow for TTS, depending on the TTS-model synthesizing one second of audio can take up to 10 seconds... |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
reuben
-
Ah thanks Dominik! I’m not surprised the Nano can’t handle it with the
quality if the result, but I wanted to confirm.
Your word is good enough for me! I’ll stick with my espeak-ng voice for my
robot:)
The STT, on the other hand seems to work well with tflite on the Nano.
On Fri, Dec 31, 2021 at 1:25 AM Dominik ***@***.***> wrote:
Assuming you are installing into a Python virtual environment:
1. install Pytorch with CUDA support as provided by Nvidia:
https://forums.developer.nvidia.com/t/pytorch-for-jetson-version-1-10-now-available/72048
- watch out for the torch-wheel that matches your JetPack version
2. pip install TTS
To my personal experience Jetson Nano is too slow for TTS, depending on
the TTS-model synthesizing one second of audio can take up to 10 seconds...
—
Reply to this email directly, view it on GitHub
<#2064 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAOIEZHBQGIOAJVJV4Z5JODUTVLIJANCNFSM5LAXBYRQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
--
Scott Monaghan
413.244.9344
***@***.***
www.linkedin.com/in/scott-monaghan
Resume: https://tinyurl.com/yxhq5eul
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Assuming you are installing into a Python virtual environment:
To my personal experience Jetson Nano is too slow for TTS, depending on the TTS-model synthesizing one second of audio can take up to 10 seconds...