Closed
Description
Dear The Developer
I am not sure whether this is a design issue for batchedDCRNN. It seems to me the current code does not actually conduct the operations on the batched series. Before calling to DCRNN (putting it simple, GCN), there is a need to make edge_index + k*num_nodes, ie., make batch copies of the graphs, then conduct GCNs. However the current code only conduct the graph operation on the first time series in the batch, others are simply applied a linear operation.
J. G.