Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix load_from_checkpoint docs (Lightning-AI#978)
We don't (yet) support storing hparams a a dict. It *must* be an `argparse.Namespace` for checkpoint saving and loading to work.
- Loading branch information