pytorch/ignite
Vedi su GitHubSupport for TorchSnapshot for efficient checkpoint saving and loading
Open
#2752 aperta il 24 ott 2022
enhancementhelp wanted
Metriche repository
- Star
- (4313 star)
- Metriche merge PR
- (Merge medio 18g 23h) (19 PR mergiate in 30 g)
Descrizione
🚀 Feature
TorchSnapshot is a performant, memory-efficient checkpointing library for PyTorch applications, designed with large, complex distributed workloads in mind. It includes many optimizations to control for memory usage and optimize checkpoint writing for DDP-style workloads over torch.save/torch.load. For more information, please check out the readme: https://github.com/pytorch/torchsnapshot#why-torchsnapshot
This could be a nice addition to Ignite, similar to the existing Checkpoint handler
cc @yifuwang