Skip to content

Edges from multiple days in a batch #53

Description

@shenyangHuang

In current implementation for nodeproppred task

  • last batch of edges from a day is split based on which edges are in previous day and which edges are in new day
  • iterate through edges in the previous day
  • predict for the batch of node labels in the next day
  • backprop for the above batch of node labels
  • iterate through the edges in new day

issue: the above setup doesn't support the case where there are edges from multiple days in a single batch
currently, the batch size is small thus each batch contains edges from 1 day mostly.

Metadata

Metadata

Assignees

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions