Does DGL support feature preprocessing using traditional graph algorithm like pagerank?
|
|
2
|
644
|
June 18, 2020
|
HeteroGraphConv and RelGraphConv
|
|
4
|
885
|
May 29, 2022
|
About DistDGL memory footprint
|
|
4
|
884
|
May 19, 2021
|
Node dropout in contrastive learning
|
|
3
|
984
|
August 26, 2021
|
How to concatenate the embedding vectors of the nodes in Readout function
|
|
2
|
1133
|
April 3, 2020
|
Dataloader reproducibility issue
|
|
5
|
802
|
July 7, 2024
|
Graph Augmentation
|
|
2
|
1130
|
June 16, 2021
|
What is the most efficient way to create batch graphs from batched adjacent matrix/ or (edge lists)
|
|
3
|
978
|
June 4, 2021
|
Uncover CORA-DATASET Content for GAT modelling and assumption
|
|
3
|
978
|
January 19, 2021
|
Attention Weights for A Specific Node
|
|
2
|
632
|
November 9, 2019
|
Simple node classification (odd vs even numbers)
|
|
2
|
1123
|
November 27, 2022
|
Getting different device context while Constructing Negative Graph
|
|
3
|
971
|
May 29, 2022
|
Scalability of Pytorch version
|
|
4
|
867
|
July 15, 2019
|
Batching test data for inference
|
|
4
|
867
|
September 8, 2020
|
GATv2 implementation
|
|
2
|
1119
|
August 18, 2021
|
Inductive Link Prediction on Heterogenous Graphs
|
|
3
|
967
|
March 6, 2024
|
Utilizing node features in GCN
|
|
4
|
864
|
June 9, 2023
|
Why the order of edges in graph construction step affects the training results
|
|
4
|
864
|
June 11, 2020
|
Heterogenous GAT for Graph Classification
|
|
2
|
1114
|
May 14, 2021
|
Core dumps, when running NeighborSampler
|
|
2
|
1114
|
March 30, 2020
|
No module named 'dgl._deprecate'
|
|
2
|
1114
|
August 3, 2020
|
How to combine all layers's node embedding in Stochastic Training
|
|
4
|
862
|
July 29, 2021
|
Diffpool seems to be very memory inefficient? i run out of memory even with small batch sizes?
|
|
3
|
960
|
October 19, 2020
|
Heteregeneous graph transformer with linear attention
|
|
5
|
782
|
September 5, 2021
|
How to visualize a graph in DGL's dataset?
|
|
2
|
1105
|
October 24, 2021
|
DGL load_graphs being terribly slow compared to PYG, why?
|
|
2
|
1104
|
October 26, 2022
|
Module 'dgl' has no attribute 'heterograph'
|
|
3
|
956
|
August 25, 2023
|
How to replace softmax with sigmoid?
|
|
4
|
854
|
September 15, 2021
|
Do Link prediction on large heterogeneous graph (a kg)
|
|
3
|
954
|
March 31, 2021
|
Double RAM problem of DGLGraph.add_nodes() and add_edges()
|
|
6
|
719
|
April 22, 2023
|
Edge Weight Normalization
|
|
3
|
950
|
March 29, 2023
|
Batching Samples For Graph
|
|
4
|
849
|
August 6, 2020
|
Run distributed training on GPU
|
|
5
|
775
|
February 11, 2022
|
Is there any support(and examples) for geometry computing?
|
|
2
|
1095
|
June 26, 2019
|
Update Both Edge & Node Features
|
|
3
|
947
|
October 16, 2020
|
Pretrained Embedding on Heterogeneous Graph
|
|
6
|
714
|
February 6, 2021
|
Codes explanation
|
|
3
|
944
|
December 31, 2019
|
Convert BatchedDGL graph to cuda tensor
|
|
3
|
944
|
November 28, 2019
|
Heterogeneous Temporal Graphs
|
|
2
|
1090
|
May 5, 2022
|
Support for comparison ops as built-in functions
|
|
5
|
770
|
March 2, 2020
|
How to create own Dataset like builtin for RGCN? What is train_mask for?
|
|
2
|
1088
|
January 20, 2023
|
What is the best way to implement a Tree Convolution?
|
|
6
|
712
|
September 5, 2021
|
Number of Layers in DGL example (GAT)
|
|
2
|
1087
|
March 19, 2022
|
Cannot assign edge data after `g.remove_edges`
|
|
3
|
941
|
May 18, 2020
|
How come couldn't we have fc.mean()?
|
|
4
|
841
|
October 9, 2019
|
Nodeflow example with Torch
|
|
6
|
710
|
July 6, 2020
|
dgl._ffi.base.DGLError:/dgl-0.5/src/array/cuda/array_op_impl.cu:252: Check failed: e == cudaSuccess || e == cudaErrorCudartUnloading: CUDA kernel launch error: no kernel image is available for execution on the device
|
|
3
|
939
|
October 7, 2023
|
Dgl.heterograph does not preserve node indices across edge types
|
|
2
|
1082
|
May 6, 2022
|
Residual connection with neighbourhood sampling on GAT
|
|
2
|
1081
|
March 6, 2021
|
Aggregation in the source node instead of destination
|
|
3
|
934
|
November 22, 2019
|