Hi team, I am interested in performing minibatch sampling where all edges sampled must meet a criteria (timestamp of each edge < timestamp of the center node in the batch). Does DGL offer any functionality to do this? Thanks!
I have seem this old example linked here: dgl/examples/pytorch/tgn at master · dmlc/dgl · GitHub
however it is out of date.