PaddlePaddle / PaddleMIX

Paddle Multimodal Integration and eXploration, supporting mainstream multi-modal tasks, including end-to-end large-scale multi-modal pretrain models and diffusion model toolbox. Equipped with high performance and flexibility.
Apache License 2.0
239 stars 100 forks source link

分段故障。 Segmentation Fault #517

Closed Tortoise17 closed 1 month ago

Tortoise17 commented 2 months ago

https://github.com/PaddlePaddle/PaddleMIX/tree/develop/applications/Audio2Caption python script_run.py /envs/paddlemax/lib/python3.10/site-packages/_distutils_hack/init.py:33:UserWarning:Setuptools 正在取代 distutils。 warnings.warn("Setuptools 正在取代 distutils。") 分段錯誤(核心轉儲)

我已經使用了您的應用程式中的音訊字幕相同腳本的範例,但我遇到了錯誤。 您能幫我看看問題是什麼或如何解決嗎?

python script_run.py /envs/paddlemax/lib/python3.10/site-packages/_distutils_hack/init.py:33: UserWarning: Setuptools is replacing distutils. warnings.warn("Setuptools is replacing distutils.") Segmentation fault (core dumped)

I have used the example of audio captioning same script from your application, and I am facing the error. Would you be kind to help me what the issue is or how to resolve it?

luyao-cv commented 2 months ago

可以尝试下py38, cuda11.8环境。