Skip to content

๐Ÿš— Implementation of spatio-temporal graph convolutional network with PyTorch

License

Notifications You must be signed in to change notification settings

FelixOpolka/STGCN-PyTorch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

3 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

STGCN-PyTorch

PyTorch implementation of the spatio-temporal graph convolutional network proposed in Spatio-Temporal Graph Convolutional Networks: A Deep Learning Framework for Traffic Forecasting by Bing Yu, Haoteng Yin, Zhanxing Zhu. An example for traffic forecasting is included in this repository.

Alternative implementations using other deep learning frameworks can be found here:

Requirements

  • PyTorch
  • NumPy
  • Matplotlib

Example Dataset

The repository provides a usage example on the METR-LA dataset (original version to be found here). Unfortunately, there is no publicly available standard version of the PeMSD dataset used in the paper.

About

๐Ÿš— Implementation of spatio-temporal graph convolutional network with PyTorch

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages