Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Edges from multiple days in a batch #53

Open
shenyangHuang opened this issue Jul 31, 2023 · 1 comment
Open

Edges from multiple days in a batch #53

shenyangHuang opened this issue Jul 31, 2023 · 1 comment

Comments

@shenyangHuang
Copy link
Owner

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.

@shenyangHuang shenyangHuang self-assigned this Jul 31, 2023
shenyangHuang added a commit that referenced this issue Jun 26, 2024
Julia new: Updates for merging of TGB2 into TGB
@batjandra
Copy link

Hi, I wonder if this issue has been addressed?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants