ASTGCN-PyTorch

November 11, 2019 ยท View on GitHub

Rewrite the MXNet version ASTGCN using PyTorch. Please refer to the MXNet version for more details.

ATTENTION: This repo is still under active development.

The program is runnable, but the training result is NOT correct. Issues and/or pull requests are welcome.

Requirements

  • PyTorch >= 1.1.0
  • SciPy

Usage

Train model on PEMS04:

    python train.py --config configurations/PEMS04.conf --force True

Contents

  1. 1ATTENTION: This repo is still under active development.
  2. 2Requirements
  3. 3Usage