torch.save(obj=self.state_dict())和 torch.save(obj=model)的区别

NoSuchKey