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
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: