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 "/root/speech/tts.py", line 9, in <module>
tts(text="今天天气十分不错。", output="output.wav")
File "/root/speech/paddlespeech/cli/utils.py", line 328, in _warpper
return executor_func(self, *args, **kwargs)
File "/root/speech/paddlespeech/cli/tts/infer.py", line 696, in __call__
self._init_from_path(
File "/root/speech/paddlespeech/cli/tts/infer.py", line 337, in _init_from_path
self.am_inference = get_am_inference(
File "/root/speech/paddlespeech/t2s/exps/syn_utils.py", line 405, in get_am_inference
am = am_class(
File "/root/speech/paddlespeech/t2s/models/fastspeech2/fastspeech2.py", line 516, in __init__
self._reset_parameters(
File "/root/speech/paddlespeech/t2s/models/fastspeech2/fastspeech2.py", line 908, in _reset_parameters
init_enc_alpha = paddle.to_tensor(init_enc_alpha).reshape([1])
File "/root/miniconda3/lib/python3.10/site-packages/paddle/tensor/manipulation.py", line 4988, in reshape
out = _C_ops.reshape(x, new_shape)
OSError: (External) ACL error, the error code is : 100000. (at /paddle/backends/npu/kernels/funcs/npu_op_runner.cc:225)
The text was updated successfully, but these errors were encountered:
服务器信息
安装代码:
执行测试代码TTS错误:
错误提示:
The text was updated successfully, but these errors were encountered: