Nodes features and edges labels from a DGLBlock object
|
|
5
|
405
|
May 13, 2023
|
Confusion about feature prefetch
|
|
8
|
715
|
May 13, 2023
|
Blocks vs. Subgraphs
|
|
2
|
444
|
May 13, 2023
|
Whether to support hypergraph neural networks
|
|
2
|
478
|
May 13, 2023
|
HeteroGNNExplainer with HeteroGraphConv
|
|
4
|
422
|
May 13, 2023
|
Extract a subgraph from a given graph, source nodes and dest nodes
|
|
5
|
665
|
May 13, 2023
|
Assign train and validation masks for heterogeneous nodes
|
|
2
|
286
|
May 13, 2023
|
GNExplainer questions
|
|
2
|
304
|
May 13, 2023
|
Dataloading.as_edge_prediction_sampler do not exclude edges
|
|
6
|
603
|
May 10, 2023
|
Get node features size
|
|
3
|
353
|
May 6, 2023
|
How to properly write a custom data sampler
|
|
4
|
585
|
May 5, 2023
|
"illegal memory access" when calling "blocks[i].edges(order='eid')"
|
|
1
|
638
|
May 2, 2023
|
DGL claims "There are 0-in-degree nodes in the graph" when there are none
|
|
11
|
4128
|
April 29, 2023
|
Weighted heterogeneous graph in dgl
|
|
5
|
1029
|
April 29, 2023
|
Issue with AttributeError: 'DGLGraph' object has no attribute 'adjacency_matrix_scipy'
|
|
3
|
3477
|
April 28, 2023
|
Dive into DGL Kernel using NVIDIA Nsight Compute
|
|
6
|
884
|
April 28, 2023
|
Neighbor Sampling on Graphs that are not bipartite
|
|
4
|
354
|
April 27, 2023
|
Dgl.seed() error
|
|
2
|
859
|
March 27, 2023
|
Running ogbn-papers100M with tutorial code fails
|
|
3
|
2125
|
April 26, 2023
|
How can I get two representations of a node from different relations
|
|
3
|
695
|
April 26, 2023
|
Using UnifiedTensor in DGL 1.0
|
|
2
|
455
|
April 26, 2023
|
Dataloader on GPU, RuntimeError: Prefetcher thread timed out at 30 seconds
|
|
7
|
2621
|
April 26, 2023
|
RuntimeError: one of the variables needed for gradient computation has been modified by an inplace operation: [torch.FloatTensor [14328, 334]] is at version 1; expected version 0 instead
|
|
5
|
1557
|
April 24, 2023
|
Consideration of K-Hop neighbor and weight update in GSAGE
|
|
4
|
320
|
April 24, 2023
|
Remove edges and nodes from a block
|
|
2
|
334
|
April 24, 2023
|
When I try to use the NodeCollator method to generate a small batch of subgraphs, the number of num_dst_nodes in the generated subgraph is less than the number of train_mask I input
|
|
6
|
477
|
April 22, 2023
|
Double RAM problem of DGLGraph.add_nodes() and add_edges()
|
|
6
|
664
|
April 22, 2023
|
Wrong nodes removed from graph
|
|
10
|
1003
|
April 22, 2023
|
Edge Weight Hetero Graph
|
|
3
|
806
|
April 20, 2023
|
How to get a subgraph from a big graph?
|
|
3
|
381
|
April 20, 2023
|