Unsupervised learning loss function
|
|
3
|
1941
|
October 26, 2020
|
Dropout while inferring in the GraphSage unsupervised example
|
|
4
|
974
|
January 19, 2021
|
How to use pickle.load() lib in DGL?
|
|
3
|
1934
|
May 17, 2023
|
Negative Sampling in hetero-RGCN for Link Prediction
|
|
5
|
1576
|
August 16, 2021
|
How to Get Different Splits for Cross-Validation
|
|
3
|
1927
|
February 6, 2020
|
How to get the Node ID in Edge DataLoader
|
|
4
|
970
|
March 9, 2021
|
Bipartite graph creation
|
|
8
|
1279
|
December 15, 2021
|
GraphSAGE question. The train data and valid data have no intersection. Then how does the valid data get the embedding for downstream model?
|
|
5
|
1564
|
November 21, 2019
|
Running DGL with ROCm (AMD GPUS)
|
|
3
|
1917
|
December 1, 2021
|
Confuse about memory consumption
|
|
8
|
1271
|
June 16, 2021
|
Negative Sampling for GraphSAGE
|
|
2
|
2194
|
September 26, 2019
|
Gradient wrt Input using DGLGraph
|
|
2
|
2188
|
October 18, 2020
|
What is the 'h' key?
|
|
4
|
1693
|
May 2, 2020
|
Heterograph models accounting for note attributes
|
|
7
|
1332
|
March 4, 2020
|
I am confused about the calculation order of GAT
|
|
1
|
842
|
February 17, 2019
|
How to implement inductive GCN on graph-level classification task?
|
|
3
|
1880
|
March 14, 2022
|
What are the differences between homograph(with relations) and heterograph in RGCN?
|
|
4
|
1676
|
January 12, 2023
|
CUDA: device-side assert triggered
|
|
2
|
2165
|
June 21, 2021
|
Link Prediction Error: RuntimeError: Tensor.__contains__ only supports Tensor or scalar, but you passed in a <class 'str'>
|
|
4
|
1676
|
March 20, 2024
|
Neighbor Sampling and Min-Batch for GAT
|
|
4
|
1671
|
June 16, 2019
|
Sampling in RGCN
|
|
1
|
833
|
August 15, 2019
|
Expand_as_pair explanation
|
|
1
|
2632
|
September 22, 2020
|
Using DGL to save and load really large graphs
|
|
4
|
1664
|
July 15, 2021
|
How to traverse all the nodes in HeteroGraph via node ids of a specific node type?
|
|
8
|
1240
|
June 2, 2020
|
Poor performance of DGL's MPNN.py compared to other benchmarks
|
|
3
|
1854
|
October 7, 2019
|
Split graph in train test based on connected components
|
|
8
|
1223
|
February 17, 2024
|
No attribute DGLHeteroGraph
|
|
3
|
1830
|
August 25, 2023
|
Split graph into subgraph(非连通图分成多个连通子图)
|
|
2
|
2108
|
October 11, 2021
|
Error upon running ogbn-papers100M dataset
|
|
4
|
1627
|
January 6, 2021
|
VAE to learn adjacency structure w/ edge weights
|
|
4
|
1626
|
November 24, 2021
|
How to perform Hits when using edgedataloding for minibatch training?
|
|
5
|
1482
|
September 24, 2021
|
Implementation of simple Graph Network (https://arxiv.org/abs/1806.01261)
|
|
4
|
911
|
November 21, 2019
|
How to do graph classification using GIN?
|
|
1
|
811
|
September 16, 2020
|
How to effeciently load data from load disk
|
|
5
|
1477
|
November 30, 2020
|
FileNotFoundError: Cannot find DGL C++ sparse library 9/11
|
|
4
|
1616
|
October 14, 2023
|
Why is graph.send much slower when not using all edges?
|
|
6
|
1362
|
February 1, 2019
|
What are differences between ndata and srcdata(dstdata)?
|
|
2
|
2077
|
June 17, 2021
|
FileNotFoundError: Cannot find DGL C++ sparse library at E:\\dgl_sparse_pytorch_2.0.1.dll
|
|
5
|
1469
|
July 29, 2023
|
CUDA out of memory error on minibatching
|
|
4
|
1602
|
March 17, 2021
|
Check failed: rid < mat.num_rows in EdgeDataLoader
|
|
6
|
1349
|
October 20, 2020
|
Runtime documentation
|
|
2
|
1157
|
December 2, 2019
|
DGL metapath_reachable_graph: unable to allocate xxx GiB/TiB for an array with sahpe (xxxxxxxxxxxxxxxxx,) and data type int64
|
|
6
|
1346
|
September 29, 2023
|
Plans for a true undirected graph? And temporary workardound?
|
|
7
|
1258
|
April 23, 2020
|
Oserror: libcublas.so.11: cannot open shared object file: no such file or directory
|
|
2
|
2051
|
May 9, 2024
|
Context error with EdgeDataLoader
|
|
6
|
1340
|
March 28, 2022
|
Generate_mask_tensor documentation
|
|
6
|
1338
|
December 7, 2020
|
Differences between RGCN implementation and the paper
|
|
6
|
1336
|
August 21, 2019
|
Can I save dgl models as TensorFlow models?
|
|
5
|
1444
|
March 15, 2021
|
Deep walk Indexing error. Confusing Behavior
|
|
7
|
1239
|
September 17, 2023
|
Large graphs issues and questions
|
|
8
|
1167
|
June 17, 2023
|