shenyangHuang / TGB

Temporal Graph Benchmark project repo
https://tgb.complexdatalab.com/
182 stars 36 forks source link

Neighbor loader is not part of the checkpoint #87

Open databaaz opened 5 months ago

databaaz commented 5 months ago

The EarlyStopMonitor used for early stopping and saving/loading the checkpoint doesn't save/load the neighbor_loader. If one was to directly load a checkpoint for inference, it would not have the correct state of the neighbor_loader and would have any information on the last neighbors of the test nodes.