-
### 软件环境
```Markdown
- paddlepaddle: 2.5.1
- paddlepaddle-gpu: 2.5.1
- paddlenlp: 2.6.0
```
### 重复问题
- [X] I have searched the existing issues
### 错误描述
```Markdown
I am trying to train a model…
-
windows11 pytorch version: 2.4.1+cu124
`I:\AI\ComfyUI_windows_portable>python_embeded\python.exe -m pip install -r ComfyUI\custom_nodes\ComfyUI-FunAudioLLM\requirements.txt
Ignoring deepspeed: ma…
-
I have encountered this error sporadically, and have not yet tracked down the full steps to reproduce, but here is an example of the error:
1. Change a requirement in `tools/requirements.txt`
1. …
-
paddlepaddle:2.4.2
paddlespeech:1.4.1
运行:"paddlespeech_server start --help"
出现错误:ModuleNotFoundError: No module named 'paddle.nn.layer.layers'
使用paddlespeech asr命令没有问题
-
Current libraries specified in requirement files give ResolutionImpossible errors. Please provide all version of libraries to import and python on which this project will work. Also please provide an …
-
# URL
- https://arxiv.org/abs/2311.18805
# Affiliations
- Qi Cao, N/A
- Takeshi Kojima, N/A
- Yutaka Matsuo, N/A
- Yusuke Iwasawa, N/A
# Abstract
- While Large Language Models (LLMs) have ac…
-
我运行示例代码直接报错
```
from paddlespeech.cli.asr.infer import ASRExecutor
asr = ASRExecutor()
result = asr(audio_file="zh.wav")
print(result)
````
错误信息如下
```
/Users/xiaobing5/Documents/Developer…
-
I cant install espnet_model_zoo as I get this sentencepiece building problem. What version of sentencepiece is this using? I cant figure it out.. as setup.py doesnt have a fixed version.
I have su…
-
代码是:
from paddlespeech.cli.asr.infer import ASRExecutor
asr = ASRExecutor()
result = asr(audio_file="./zh.wav")
print(result)
File "C:\Users\ww\anaconda3\envs\pps\lib\site-packages\paddle…
-
1. [transformer tts](https://github.com/PaddlePaddle/PaddleSpeech/tree/develop/examples/ljspeech/tts1)
2. 使用paddle2.4.2+(develop or r1.4.1),进行transformer tts预训练模型推理的结果语音正常
3. 使用paddle2.5.1+(develop…