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.
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 theneighbor_loader
and would have any information on the last neighbors of the test nodes.