dgl

dgl AttributeError: Can't get attribute 'DGLGraph' on <module 'dgl.heterograph' from '/home/user/anaconda3/envs/mymodel/lib/python3.7/site-packages/dgl/heterograph.py'>

由于服务器重装了系统,因此cuda版本和ubuntu系统版本也换了,不得不重装系统,导致以前可以正常运行的代码出了各种故障(注:现在的ubuntu版本是18.04,cuda版本是11.3) AttributeError: Can't get attribute 'DGLGraph' on <modu ......

DGL用户指南---第6章:在大图上的随机(批次)训练

6.1 针对节点分类任务的邻居采样训练方法 6.2 针对边分类任务的邻居采样训练方法 6.3 针对链接预测任务的邻居采样训练方法 6.4 定制用户自己的邻居采样器 6.5 为小批次训练实现定制化的GNN模块 6.6 超大图上的精准离线推断 ......
批次 用户指南 指南 用户 DGL

DGL-tutorials-reading-notes

DGL 教程阅读笔记 Datetime: 2023-03-27T17:29+08:00 Categories: Python | MachineLearning 教程网址:https://docs.dgl.ai/en/latest/index.html 毕设的笔记,只能给自己看,换一个人或者过一段时 ......

AttributeError: module 'dgl.function' has no attribute 'copy_src'

报错: AttributeError: module 'dgl.function' has no attribute 'copy_src' 错误解析: copy_src(来源,输出)使用源节点功能计算消息的内置消息函数。 这个函数在包里面没有,本应该是有这个功能函数的 解决方法: 自己构造一个对应的 ......

DGL包的安装和卸载

1.无版本要求下的DGL安装 Deep Graph Library (dgl.ai) 在官网中选择对应的版本DGL下载 官网中默认是最新的版本 2.有版本要求下的DGL安装 Linux 64 :: Anaconda.org 在该网站中选择想要的版本 3.卸载 如果1中的下载命令是 conda ins ......
DGL

DGL包的一些坑

1.运行时候报错: FileNotFoundError: Could not find module 'C:\Users\xuan\.conda\envs\pytorch1-6\lib\site-packages\dgl\dgl.dll' (or one of its dependencies). ......
DGL
共6篇  :1/1页 首页上一页1下一页尾页