[Release] DGL v0.4 Release (Heterogeneous Graph Update)
We are thrilled to announce the 0.4 release! This includes:
A heterogeneous graph is a graph whose nodes and edges are typed:
This is a companion discussion topic for the original entry at https://www.dgl.ai/release/…
|
7
|
December 12, 2019
|
Batching Heterogenous graphs
|
8
|
December 13, 2019
|
Transition_prob in NeighborSampler cause Segement fault (core dumped) error when using GPU
|
3
|
December 12, 2019
|
Does the current Batched Graph Classification source code support edge features?
|
2
|
December 12, 2019
|
Best way to send (batched) graphs to GPU
|
15
|
December 12, 2019
|
[Blog] Batched Graph Classification with DGL
|
22
|
December 11, 2019
|
How do I import a big graph database into dgl
|
2
|
December 11, 2019
|
How to do classification using DGL on already existing Graph, Features and Labels
|
3
|
December 11, 2019
|
Keep original pointers to tensors in node data of `BatchDGLGraph`?
|
4
|
December 10, 2019
|
Possible example/tutorial/model_zoo?
|
3
|
December 9, 2019
|
About ACM dataset in HAN implementation
|
4
|
December 9, 2019
|
Is it guaranteed that the messages passed to the same node but with different keys follow the same order?
|
3
|
December 9, 2019
|
Random walk sampling on a giant graph
|
4
|
December 6, 2019
|
How to remove edges from DGLHeteroGraph
|
3
|
December 5, 2019
|
R-GCN run time error during evaluation
|
2
|
December 3, 2019
|
Runtime documentation
|
3
|
December 2, 2019
|
Timing of builtin functions
|
6
|
November 30, 2019
|
How does batch graph classification work in detail
|
4
|
November 29, 2019
|
How could two graphs get optimized jointly
|
2
|
November 29, 2019
|
Confuse about the num_hidden parameter in GATConv
|
9
|
November 28, 2019
|
Convert BatchedDGL graph to cuda tensor
|
4
|
November 28, 2019
|
AttributeError: type object 'requests_failed_to_import' has no attribute 'get'
|
6
|
November 28, 2019
|
About GAT accuracy on Cora
|
4
|
November 28, 2019
|
Regularization on GAT multiple heads
|
3
|
November 26, 2019
|
Edge_embed shape in GatedGraphConv
|
4
|
November 23, 2019
|
Aggregation in the source node instead of destination
|
4
|
November 22, 2019
|
Got a CUDA error when calling g.apply_edges() in a GAT-based model
|
3
|
November 22, 2019
|
Implementation of simple Graph Network (https://arxiv.org/abs/1806.01261)
|
5
|
November 21, 2019
|
How to create my own dataset?
|
2
|
November 21, 2019
|
GraphSAGE question. The train data and valid data have no intersection. Then how does the valid data get the embedding for downstream model?
|
6
|
November 21, 2019
|