Skip to content

BatchedDCRNN Design #298

Closed
Closed
@ThisIsForReview

Description

@ThisIsForReview

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions