Skip to content

MichaelRawson/temporal-graph-nn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Expressive Power of Temporal Message Passing

This contains code for the experimental part of Expressive Power of Temporal Message Passing, in which the theoretical expressive power of various temporal message-passing formalisms are analysed.

The code relies on PyTorch and TGB.

Usage

First ensure that hyper-parameters in hyper.py are set correctly. Then, a link-prediction experiment can be run by invoking linkpred.py with two arguments: (i) the model type, either 'T1' or 'T2', corresponding to global and local models respectively and (ii) the TGB link-prediction benchmark you wish to use, e.g. tgbl-wiki.

Datasets are downloaded and processed automatically by the TGB infrastructure, with a prompt on first use. Coarse-grained status is provided on standard output, and fine-grained loss curves to TensorBoard runs/.

About

experiments with temporal graph networks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages