• Lingfan Yu's avatar
    Deep Generative Models of Graphs (#14) · 96179b0c
    Lingfan Yu authored
    * 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
    96179b0c
__init__.py 21 Bytes