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/aistudio/process_4.py", line 12, in
frontend = Frontend(phone_vocab_path='fastspeech2_vctk/phone_id_map.txt')
File "/home/aistudio/.local/lib/python3.10/site-packages/paddlespeech/t2s/frontend/zh_frontend.py", line 149, in init
self.g2pW_model = G2PWOnnxConverter(
File "/home/aistudio/.local/lib/python3.10/site-packages/paddlespeech/t2s/frontend/g2pw/onnx_api.py", line 73, in init
uncompress_path = download_and_decompress(
File "/home/aistudio/.local/lib/python3.10/site-packages/paddlespeech/cli/utils.py", line 148, in download_and_decompress
uncompress_path = download.get_path_from_url(archive['url'], path,
File "/home/aistudio/.local/lib/python3.10/site-packages/paddlespeech/cli/download.py", line 102, in get_path_from_url
fullpath = _download(url, root_dir, md5sum, method=method)
File "/home/aistudio/.local/lib/python3.10/site-packages/paddlespeech/cli/download.py", line 201, in _download
if not _download_methods[method](url, fullname):
File "/home/aistudio/.local/lib/python3.10/site-packages/paddlespeech/cli/download.py", line 126, in _get_download
raise RuntimeError("Downloading from {} failed with code "
RuntimeError: Downloading from https://paddlespeech.bj.bcebos.com/Parakeet/released_models/g2p/G2PWModel_1.1.zip failed with code 404!
The text was updated successfully, but these errors were encountered:
Traceback (most recent call last):
File "/home/aistudio/process_4.py", line 12, in
frontend = Frontend(phone_vocab_path='fastspeech2_vctk/phone_id_map.txt')
File "/home/aistudio/.local/lib/python3.10/site-packages/paddlespeech/t2s/frontend/zh_frontend.py", line 149, in init
self.g2pW_model = G2PWOnnxConverter(
File "/home/aistudio/.local/lib/python3.10/site-packages/paddlespeech/t2s/frontend/g2pw/onnx_api.py", line 73, in init
uncompress_path = download_and_decompress(
File "/home/aistudio/.local/lib/python3.10/site-packages/paddlespeech/cli/utils.py", line 148, in download_and_decompress
uncompress_path = download.get_path_from_url(archive['url'], path,
File "/home/aistudio/.local/lib/python3.10/site-packages/paddlespeech/cli/download.py", line 102, in get_path_from_url
fullpath = _download(url, root_dir, md5sum, method=method)
File "/home/aistudio/.local/lib/python3.10/site-packages/paddlespeech/cli/download.py", line 201, in _download
if not _download_methods[method](url, fullname):
File "/home/aistudio/.local/lib/python3.10/site-packages/paddlespeech/cli/download.py", line 126, in _get_download
raise RuntimeError("Downloading from {} failed with code "
RuntimeError: Downloading from https://paddlespeech.bj.bcebos.com/Parakeet/released_models/g2p/G2PWModel_1.1.zip failed with code 404!
The text was updated successfully, but these errors were encountered: