DGLError: Expect number of features to match number of nodes (len(u)). Got 14 and 15 instead
|
|
2
|
51
|
May 20, 2022
|
Examples/pinsage What is the pos_graph/neg_graph?
|
|
2
|
40
|
May 20, 2022
|
Is it necessary to have at least two GNN layers? Why One layer is not sufficient?
|
|
2
|
41
|
May 20, 2022
|
Reproducibility issue
|
|
2
|
33
|
May 19, 2022
|
Question about Edge Feature
|
|
5
|
88
|
May 19, 2022
|
Adding BiLSTM followed by an attention layer in DGL
|
|
8
|
63
|
May 19, 2022
|
Trouble Training Link Prediction on Heterograph with EdgeDataLoader
|
|
33
|
2207
|
April 25, 2022
|
Accuracy in multiclass edge classification
|
|
9
|
55
|
May 19, 2022
|
Some questions about the function "construct_negative_graph"
|
|
3
|
47
|
May 18, 2022
|
Understanding to_block behavior with heterogenous graph
|
|
2
|
73
|
May 18, 2022
|
Link prediction questions
|
|
3
|
114
|
May 11, 2022
|
Always the same predictions
|
|
13
|
116
|
May 16, 2022
|
[Error][PyTorch 1.11] cudaErrorCudartUnloading when using DGL on a GPU
|
|
8
|
180
|
May 14, 2022
|
Sample notebook to implement HeteroGraphConv for Representation Learning?
|
|
3
|
41
|
April 18, 2022
|
Can we share weights between SageConv layers for same node_type in HeteroConv layer?
|
|
4
|
49
|
May 14, 2022
|
dgl._ffi.base.DGLError: DGLGraph.send is deprecated. As a replacement, use DGLGraph.apply_edges API to compute messages as edge data
|
|
2
|
57
|
May 13, 2022
|
Consecutive edge prediction and classification tasks on the same dataset
|
|
4
|
85
|
May 12, 2022
|
How to enhance to_homogeneous() in batch
|
|
2
|
54
|
May 11, 2022
|
G_sampling equivalent in edge dataloading in 0.8?
|
|
2
|
73
|
May 11, 2022
|
How to use edge features in GNN?
|
|
2
|
76
|
May 11, 2022
|
Slicing a batch
|
|
3
|
49
|
May 10, 2022
|
Distributed training is hung when using infiniband network interface
|
|
9
|
232
|
May 8, 2022
|
Update all nodes embeddings for prediction after minibatch training
|
|
11
|
161
|
May 7, 2022
|
Before starting, what kinds of scales can I run GAT on?
|
|
2
|
59
|
May 7, 2022
|
Dgl.heterograph does not preserve node indices across edge types
|
|
2
|
65
|
May 6, 2022
|
How do you log the attention weights for a minbatched graphs?
|
|
8
|
115
|
May 6, 2022
|
Dataloader issue for link prediction task with pytorch lightning and dgl
|
|
5
|
148
|
May 6, 2022
|
Evaluation on test set generates F1 score more than 1
|
|
2
|
53
|
May 6, 2022
|
Heterogeneous Temporal Graphs
|
|
2
|
79
|
May 5, 2022
|
Apply GNN to multiple graphs of a same structure
|
|
8
|
99
|
May 5, 2022
|