You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
In current implementation for
nodeproppred
taskissue: 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.
The text was updated successfully, but these errors were encountered: