UIE模型在GPU模式下进行信息抽取卡住了,没有报错,不知道是什么原因 #2431
zhijianli
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
按照https://www.paddlepaddle.org.cn/install/quick?docurl=/documentation/docs/zh/install/pip/linux-pip.html


这里的要求,安装了cuda 10.1 和cuddn 7.6.5
paddlepaddle-gpu的版本是2.3.0.post101,系统是Ubuntu 20.04

执行程序,没有报错,但是却一直卡在Taskflow.py里面的 results = self.task_instance(inputs) 这一步

并且观察到显存是一直在不断增加的:
同时我参考安装指南的要求做了安装验证,并没有显示安装正确,但也没有任何报错信息。

求教一下是什么原因?
Beta Was this translation helpful? Give feedback.
All reactions