DGL with MPS device
|
|
3
|
714
|
March 9, 2024
|
How does DGL deal with out-of-memory graphs in general
|
|
3
|
441
|
March 8, 2024
|
Pin Memory Handling in Dataloader
|
|
2
|
531
|
March 8, 2024
|
Inductive Link Prediction on Heterogenous Graphs
|
|
3
|
593
|
March 6, 2024
|
B^l in GraphConv
|
|
3
|
201
|
March 5, 2024
|
Doubt regarding computation graph
|
|
8
|
398
|
March 5, 2024
|
Porting dgl code: KeyError: '_logits'
|
|
2
|
331
|
March 1, 2024
|
Random Walks with Conditional Probability
|
|
4
|
243
|
March 1, 2024
|
cudaErrorCudartUnloading: CUDA: device-side assert triggered
|
|
3
|
365
|
March 1, 2024
|
Layers cannot find nodes in the graph
|
|
2
|
238
|
March 1, 2024
|
How to get message
|
|
2
|
216
|
March 1, 2024
|
The GPU memory is different when I use GraphDataLoader in DGL and DataLoader in Pytorch
|
|
4
|
293
|
February 24, 2024
|
Different node types are apart in embedding space
|
|
5
|
506
|
February 24, 2024
|
Errors on using HGTConv
|
|
2
|
382
|
February 24, 2024
|
Is g.ndata['x'] trainable?
|
|
4
|
337
|
February 24, 2024
|
When will cuda12.1 dgl be available for windows
|
|
4
|
281
|
February 24, 2024
|
Dgl 1.1.3 + cu121 + windows
|
|
8
|
1231
|
February 22, 2024
|
The question of Installation
|
|
3
|
343
|
February 21, 2024
|
Split graph in train test based on connected components
|
|
8
|
634
|
February 17, 2024
|
Need help: Heterogenous graph classification error
|
|
4
|
312
|
February 17, 2024
|
Building a Graphormer Model
|
|
2
|
334
|
February 17, 2024
|
Custom negative sampler
|
|
6
|
371
|
February 17, 2024
|
dgl._ffi.base.DGLError: Expect number of features to match number of nodes (len(u)). Got 943 and 1682 instead
|
|
5
|
679
|
January 18, 2024
|
Question of reduce function
|
|
2
|
241
|
February 17, 2024
|
Node and edge features for SGC
|
|
2
|
263
|
February 17, 2024
|
How to implement automatic differentiation of message passing functions?
|
|
4
|
348
|
February 17, 2024
|
Error while iterating through GraphDataLoader
|
|
4
|
656
|
February 16, 2024
|
Graphormer_dgl RuntimeError: mat1 and mat2 shapes cannot be multiplied (1x243306 and 28x28)
|
|
3
|
1262
|
February 10, 2024
|
Raise DGLError('Expect number of features to match number of nodes (len(u)).' dgl._ffi.base.DGLError: Expect number of features to match number of nodes (len(u)). Got 1316 and 1322 instead
|
|
3
|
597
|
February 10, 2024
|
CSVDataset returns flattened feature tensor
|
|
2
|
268
|
February 8, 2024
|