Views
No views yet
| File | Size | Description |
|---|---|---|
best_stgt_v2.pth | 1.8 MB | Main GCN model |
best_stgt_gat.pth | 0.7 MB | GAT variant |
graph_dict.pkl | 0.3 MB | Road network |
config.json | - | Model config |
1from huggingface_hub import hf_hub_download
2import torch
3
4ckpt_path = hf_hub_download(
5 repo_id="anupam1897/stgt-traffic-twin",
6 filename="best_stgt_v2.pth"
7)
8ckpt = torch.load(ckpt_path, map_location='cpu')@misc{stgt-twin-2024,
title={STGT: Traffic Digital Twin for Bangalore},
author=anupam1897,
year={2024},
url=https://huggingface.co/anupam1897/stgt-traffic-twin
}