apex.optimizers.FP16_Optimizer: add state_dict() and load_state_dict()
Add state_dict() and load_state_dict() for apex.optimizers.FP16_Optimizer to store and recover optimizer states. These two methods are important to recover from a stored training checkpoint.
Showing
Please register or sign in to comment