AlibabaResearch / DAMO-ConvAI

DAMO-ConvAI: The official repository which contains the codebase for Alibaba DAMO Conversational AI.
MIT License
1.21k stars 186 forks source link

Segmentation fault #1

Closed liuhuadai closed 2 years ago

liuhuadai commented 2 years ago

Segmentation fault will be reported when running preprocess, what is the reason for this?

huybery commented 2 years ago

hi @liuhuadai , which repo cause it ?

liuhuadai commented 2 years ago

hi @liuhuadai , which repo cause it ?

The proton repo, thanks for your reply

huybery commented 2 years ago

Sorry, we have not experienced this error in our environment. Generally, Segmentation fault are caused by environment settings. In our experiments, we use torch==1.6.0 and dgl==0.5.3 with CUDA version 10.1. Have you set this up for it yet? Or could you provide a detailed error log?