Skip to content
Discussion options

You must be logged in to vote

I think your best bet would be to implement such a sampling strategy in C++ directly if efficiency is a concern. In PyG, you may be able to utilize the temporal sampling strategy of NeighborLoader to achieve this (e.g., by using temporal_strategy="last" and inverting your path_id such that edges you want to sample have a higher "timestamp").

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by ccoverflow
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants