loads previous checkpoint Args: path (str): path to checkpoint model (model): model to restore checkpoint to optimizer (optimizer): torch optimizer to load optimizer state_dict to from_ddp (bool, optional): load DistributedDataParallel checkpoint to regular model
(path, model, optimizer, from_ddp=False)
source not stored for this graph (policy: none)
no test coverage detected