Load an optimizer state dict. In general we should prefer the configuration of the existing optimizer instance (e.g., learning rate) over that found in the state_dict. This allows us to resume training from a checkpoint using a new set of optimizer args.
(self, state_dict, optimizer_overrides=None)
source not stored for this graph (policy: none)