checkpoint_7.py 87 B

12
  1. def _load_file(self, f):
  2. return torch.load(f, map_location=torch.device("cpu"))