Home

Awesome

Auto-STGCN

An automated system for STGCN model development.<br> Code for paper 'Auto-STGCN: Autonomous Spatial-Temporal Graph Convolutional Network Search Based on Reinforcement Learning and Existing Research Results'.<br>

1. Auto-STGCN Algorithm: Searching for the optimal STGCN model

Related Files

Auto_STGCN.py --- run Auto-STGCN algorithm<br> Model.py --- build STGCN model according to code<br> Env.py --- read dataset, record the state-action-reward information in Auto-STGCN algorithm<br> ExperimentDataLogger.py --- output the log information of Auto-STGCN algorithm<br> /Log --- log files<br> /utils --- auxiliary files<br> /data --- datasets<br> /Config --- default configurations<br>

Inputs Details

Outputs Details

Commands

2. Auto-STGCN Algorithm: Training the optimal STGCN model

Related Files

TestBestGNN.py --- train the optimal STGCN model searched by Auto-STGCN algorithm<br> Model.py --- build STGCN model according to code<br> /Log --- log files<br> /utils --- auxiliary files<br> /data --- datasets<br> /Config --- default configurations<br>

Inputs Details

Outputs Details

Commands

3. Auto-STGCN Algorithm: Loading the optimal STGCN model

Related Files

TestBestGNN.py --- test the performance of optimal STGCN model searched by Auto-STGCN algorithm<br> Model.py --- build STGCN model according to code<br> /Log --- log files<br> /utils --- auxiliary files<br> /data --- datasets<br> /Config --- default configurations<br>

Inputs Details

Outputs Details

Commands