Deep Generative Models of Graphs (#14)
* model code for generative graphs * batched version for dynamic graph generation using padding * renaming function train back to forward * remove old util function for padding DGMG * override networkx clear to reset state, add dgl.nn * Dynamic graph without batching * use relative import path * load dataset, pad batch * bug fix * experimental batch and unbatch * dgmg batched version * minor tweak * move preprocessing padding into data loading * batch graph test code * minor * batched graph class and test cases * make dgl.nn.gcn a simple layer plus minor fix * update dgmg model * test forward using attribute field * use frame append, minor changes * moving networkx operations out of forward * revert some changes * remove structural immutability check
Showing
python/dgl/batch.py
0 → 100644
python/dgl/nn/__init__.py
0 → 100644
python/dgl/nn/pytorch/gcn.py
0 → 100644
tests/test_graph_batch.py
0 → 100644
Please register or sign in to comment