Skip to content

Ata-Tuna/DAMNETS_ICML_2022

 
 

Repository files navigation

DAMNETS: A Deep Autoregressive Model for Generating Markovian Network Time Series

Usage:

python run_exp -c "path_to_config file"

Flags:

  • -c "path_to_config". If this is left empty, it will attempt to use the config file generated by the last training run.
  • -t indicates testing (i.e. sampling from a trained model).

See experiment_configs for example configuration files.

Dependencies

The major dependencies are PyTorch 1.10 with GPU enabled and an appropriate Torch Geometric version. Other dependencies can be found in the requirements file.

Brief Code Outline

The model code can be found in models/dmnets_gnn_mb.py. We train in parallel on all subgraphs during the generation of $G_t$ by stacking the adjacency matrices, see the dataset folder. In our language, batch size is the number of graph pairs (G_{t-1}, G_{t}) to train on at once.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%