torch.optim.Optimizer.state_dict
Optimizer.state_dict(): OptimizerStateDictReturns the state of the optimizer as a dictionary. For GPU tensors, use state_dict_async() instead.
Optimizer.state_dict(): OptimizerStateDictReturns the state of the optimizer as a dictionary. For GPU tensors, use state_dict_async() instead.