Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 403 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 403 Bytes

dag-gen

Code for generating DAGs. The RNN models for DAGs are based on the GraphRNN paper.

Running tests

In the terminal:

./test

to do

  • Allow for scaling of edges during forward pass
  • Speed up the DAG forward pass
    • First, benchmark it
    • maybe do topological sort after graph construction? Then each layer can be updated in parallel.