How many layers do you use for GCN based on DGL?
|
|
2
|
1720
|
May 5, 2020
|
Cosine Embedding Loss
|
|
1
|
2104
|
April 27, 2022
|
Negative sampling with Neighbor Sampling
|
|
2
|
1717
|
July 23, 2020
|
Error Found when using RGCN with Node Features
|
|
5
|
1215
|
August 8, 2023
|
Custom DGL dataset using hetero-graphs
|
|
3
|
1486
|
August 10, 2021
|
Does DGL work with pytorch lightning + mixed precision?
|
|
2
|
1716
|
May 28, 2021
|
How do I import a big graph database into dgl
|
|
2
|
1715
|
December 23, 2019
|
Relation embedding must be part of model for link prediction task?
|
|
4
|
746
|
November 19, 2019
|
DglNodePropPredDataset urllib.error.URLError: <urlopen error [Errno 110] Connection timed out>
|
|
2
|
1712
|
July 26, 2023
|
Is GlobalAttentionPooling supposed to work with heterographs?
|
|
2
|
1709
|
January 27, 2021
|
[DistDGL] Is DistDGLv2 open source?
|
|
5
|
1207
|
July 22, 2022
|
DGL model on Hetrogeneous Graph
|
|
7
|
1039
|
December 11, 2023
|
Computational complexity of one GAT layer
|
|
2
|
954
|
June 8, 2023
|
Some questions w.r.t Pm_Pd in LGNN
|
|
7
|
1029
|
December 21, 2020
|
How to manage string values of features in HeteroDGL?
|
|
3
|
1456
|
September 29, 2021
|
How DGL process the edges info/adjacency matrix in a forward pass
|
|
5
|
1189
|
January 19, 2022
|
Dgl0.7 with nccl init error when using nvlink-v100
|
|
5
|
1186
|
November 7, 2021
|
Dgl.to_bidirected() throws 'Unsupported graph data type:', <class 'dgl.heterograph.DGLHeteroGraph'>
|
|
5
|
1185
|
October 2, 2020
|
dgl._ffi.base.DGLError: DGLGraph.from_networkx is deprecated Error when training
|
|
3
|
1449
|
October 29, 2022
|
Proper way to propagate edge representations
|
|
4
|
1296
|
May 11, 2020
|
Inductive or transductive DistDGL GraphSAGE?
|
|
6
|
1094
|
April 21, 2021
|
DGLGraph.to() to copy the graph to the same device
|
|
2
|
1668
|
February 17, 2021
|
TypeError: 'list' object is not callable
|
|
3
|
1443
|
April 2, 2019
|
Incorporting multiple edge weights into message passing
|
|
6
|
1088
|
January 7, 2021
|
Error while creating graph from networkx
|
|
5
|
1174
|
May 25, 2020
|
Retrieve node embeddings from minibatch training for HeteroGraph
|
|
7
|
1014
|
January 6, 2024
|
R-GCN Example - Weight Generation and Input Layer Node Features
|
|
4
|
720
|
October 17, 2020
|
Constrained GAT implementation question
|
|
5
|
1168
|
January 27, 2021
|
Hi, I’m using CUDA 11.4 and I failed to install DGL. I’m wondering when will cuda 11.4 be available using dgl?
|
|
3
|
1431
|
June 19, 2022
|
A problem when running the code of DGL
|
|
2
|
1649
|
April 2, 2020
|
Pending in "loss.backward" when running Distributed training example
|
|
5
|
1161
|
October 30, 2020
|
DGLError: Expected data to have 220 rows, got 222
|
|
3
|
1421
|
April 1, 2020
|
tensorflow.python.framework.ops.EagerTensor' object has no attribute 'columns'
|
|
2
|
1638
|
February 24, 2021
|
Message Passing: How to write a reduce function which calculate the weighted average of neighbors?
|
|
5
|
1155
|
March 20, 2021
|
Embeddings in graph classification
|
|
3
|
1414
|
April 22, 2021
|
HeteroGraphConv not updating the initial node representations
|
|
5
|
1153
|
April 13, 2021
|
Would dgl.mean_nodes(batch_graph, ''hidden") break computational graph?
|
|
6
|
1066
|
March 2, 2020
|
Reproducibility on DataLoader
|
|
6
|
1065
|
June 22, 2024
|
HeteroGraph Loading in parallel with joblib issue
|
|
7
|
995
|
May 19, 2021
|
AttributeError: 'Tensor' object has no attribute 'local_scope'
|
|
3
|
1410
|
August 24, 2024
|
Support for CUDA 12.2 and PyTorch 2.1
|
|
5
|
645
|
December 9, 2023
|
Some questions about the code of GCN
|
|
4
|
1252
|
March 14, 2019
|
About GAT accuracy on Cora
|
|
3
|
1397
|
November 28, 2019
|
Edge Weighting or Extra Features
|
|
6
|
1056
|
August 11, 2020
|
FileNotFoundError: Cannot find DGL C++ graphbolt library at /home/user/anaconda3/envs/tf2/lib/python3.11/site-packages/dgl/graphbolt/libgraphbolt_pytorch_2.2.2.so
|
|
2
|
1613
|
May 15, 2024
|
Utilizing edge features for link prediction
|
|
3
|
1400
|
September 4, 2022
|
Representing races geometrically for a GNN
|
|
3
|
1385
|
November 11, 2023
|
How difficult would it be to implement the WAVE model in DGL?
|
|
4
|
696
|
April 4, 2020
|
KeyError of 'h' when using average pooling in evaluation mode
|
|
4
|
1236
|
October 26, 2020
|
Data type and device context throw error since update to DGL Version 0.5.1
|
|
4
|
1234
|
September 11, 2020
|