microsoft / Semi-supervised-learning

A Unified Semi-Supervised Learning Codebase (NeurIPS'22)
https://usb.readthedocs.io
MIT License
1.37k stars 182 forks source link

[Feature] resume aim after iterruption #162

Closed adamtupper closed 1 year ago

adamtupper commented 1 year ago

What does this PR do?

Modifies the AimHook and AlgorithmBase checkpoint loading/saving behaviour so that if the user is using the AimHook tracking resumes if it is interrupted.

Fixes #161

Does your PR introduce any breaking changes? If yes, please list them.

No breaking changes. This only modifies the AimHook and saving/loading checkpoint functions in AlgorithmBase. Furthermore, it is backwards compatible with the previous version(s).

Before submitting

PR review

Anyone in the community is welcome to review the PR. Before you start reviewing, make sure you have read the review guidelines. In short, see the following bullet-list: