GCN-GRU
GCN-GRU copied to clipboard
n graphs,how to train
If I have n graphs which every node has a label, how I can get spatial feature and train in time series?
So you don't have the physical feature for each node, right? Then we can use the identity matrix as the spatial feature for input (line 49 in "GCN_GRU_run.py")