PyTorch
https://pytorch.orgAn open source machine learning framework that accelerates the path from research prototyping to production deployment.
Module — PyTorch 1.10.1 documentation
https://pytorch.org/docs/stable/generated/torch.nn.Module.htmlReturns. self. Return type. Module. dump_patches: bool = False ¶. This allows better BC support for load_state_dict().In state_dict(), the version number will be saved as in the attribute _metadata of the returned state dict, and thus pickled. _metadata is a dictionary with keys that follow the naming convention of state dict. See _load_from_state_dict on how to use this information in loading.