Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Model not found at /home/ma-user/.local/share/matcha_tts/matcha_ljspeech.ckpt! Will download it #117

Open
liumingda opened this issue Nov 21, 2024 · 0 comments

Comments

@liumingda
Copy link

Traceback (most recent call last):
File "/home/ma-user/anaconda3/envs/matcha-tts/lib/python3.10/urllib/request.py", line 1348, in do_open
h.request(req.get_method(), req.selector, req.data, headers,
File "/home/ma-user/anaconda3/envs/matcha-tts/lib/python3.10/http/client.py", line 1283, in request
self._send_request(method, url, body, headers, encode_chunked)
File "/home/ma-user/anaconda3/envs/matcha-tts/lib/python3.10/http/client.py", line 1329, in _send_request
self.endheaders(body, encode_chunked=encode_chunked)
File "/home/ma-user/anaconda3/envs/matcha-tts/lib/python3.10/http/client.py", line 1278, in endheaders
self._send_output(message_body, encode_chunked=encode_chunked)
File "/home/ma-user/anaconda3/envs/matcha-tts/lib/python3.10/http/client.py", line 1038, in _send_output
self.send(msg)
File "/home/ma-user/anaconda3/envs/matcha-tts/lib/python3.10/http/client.py", line 976, in send
self.connect()
File "/home/ma-user/anaconda3/envs/matcha-tts/lib/python3.10/http/client.py", line 1448, in connect
super().connect()
File "/home/ma-user/anaconda3/envs/matcha-tts/lib/python3.10/http/client.py", line 942, in connect
self.sock = self._create_connection(
File "/home/ma-user/anaconda3/envs/matcha-tts/lib/python3.10/socket.py", line 857, in create_connection
raise err
File "/home/ma-user/anaconda3/envs/matcha-tts/lib/python3.10/socket.py", line 845, in create_connection
sock.connect(sa)
TimeoutError: [Errno 110] Connection timed out

When I run the following code "matcha-tts --text "hello, I am very happy!" --checkpoint_path ./logs/train/ljspeech/runs/2024-11-21_10-51-00/checkpoints/checkpoint_epoch=299.ckpt" on the Linux cloud server and want to check the generated results, the above error is reported. What is the possible reason for this, please?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant