码迷,mamicode.com
首页 > 其他好文 > 详细

conda pip 安装 dgl 并运行demo 出现:Segmentation fault (core dumped) 错误

时间:2019-12-19 12:39:09      阅读:354      评论:0      收藏:0      [点我收藏+]

标签:命令   内容   com   git   href   search   facebook   重新安装   benchmark   

安装dgl 并运行的时候,出现了如上错误,很是郁闷;使用 gdb python; run train.py 进行调试,发现是torch的问题;我猜测估计是torch 安装的版本过于新;于是重新安装 1.0.0 版本; 解决上述问题;

dgl-cu90            0.4.1
torch               1.0.0
~/Desktop/dgl/examples/pytorch/gcn$ python train.py --dataset cora --gpu 1

保持更新,更多内容请关注 cnblogs.com/xuyaowen;

参考链接:https://github.com/facebookresearch/maskrcnn-benchmark/issues/21

gdb python
 >> run demo.py
.....
>> bt (列出调用栈)

上述运行模式,可以 run the python script via gdb and show the traceback; 很好的命令行调试技巧;

conda pip 安装 dgl 并运行demo 出现:Segmentation fault (core dumped) 错误

标签:命令   内容   com   git   href   search   facebook   重新安装   benchmark   

原文地址:https://www.cnblogs.com/xuyaowen/p/pip-dgl-bugs.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!