# ASTTN_pytorch **Repository Path**: jiang-linwen/ASTTN_pytorch ## Basic Information - **Project Name**: ASTTN_pytorch - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-06-19 - **Last Updated**: 2025-06-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # PyTorch Implementations for "Adaptive Graph Spatial-Temporal Transformer Network forTraffic Forecasting" This is the PyTorch Implementation for the paper "Adaptive Graph Spatial-Temporal Transformer Network forTraffic Forecasting", Aosong Feng and Leandros Tassiulas, CIKM 2022 ### Training Run the following code for model training with PEMS-Bay dataset. ```bash python main.py ```