项目文件夹

文件
Mufei Li ddf96ff9e7 [Doc] Fix DGMG part in README (#270)
* Fix DGMG epoch time

* Fix README for DGMG

* update
2018-12-06 10:54:07 -05:00

781 B

Learning Deep Generative Models of Graphs

This is an implementation of Learning Deep Generative Models of Graphs by Yujia Li, Oriol Vinyals, Chris Dyer, Razvan Pascanu, Peter Battaglia.

Dependency

Usage

  • Train with batch size 1: python main.py
  • Train with batch size larger than 1: python main_batch.py.

Performance

90% accuracy for cycles compared with 84% accuracy reported in the original paper.

Speed

On AWS p3.2x instance (w/ V100), one epoch takes ~526s for batch size 1 and takes ~238s for batch size 10.

Acknowledgement

We would like to thank Yujia Li for providing details on the implementation.