-
- Downloads
Allow loading checkpoints not containing an optimizer
Support loading a model from a checkpoint file that does not have an Optimizer instance. Before the change, loading such a model required using ```load_lean_checkpoint``` (or --exp-load-weights-from From the compress_classifier.py command-line), therefore this change is for convenience only.
Loading
Please register or sign in to comment