graphnet-team / graphnet

A Deep learning library for neutrino telescopes
https://graphnet-team.github.io/graphnet/
Apache License 2.0
85 stars 86 forks source link

add_checkpoint_handling #679

Closed Aske-Rosted closed 4 months ago

Aske-Rosted commented 4 months ago

When using check-pointing during training the save format is slightly different from the state dict, that is it has some additional information. This pr adds the ability to automatically deploy using a model checkpoint by extracting the state dict from the checkpoint.