This repository has been archived by the owner on Feb 16, 2022. It is now read-only.
Support for PyTorch checkpoints as serialization format #26
Labels
addition
Involves an addition to the spec
discussion needed
Requires further discussion/input before implementing
Problem Description
The spec currently supports only ONNX format for serializing models, but many model developers may be using PyTorch checkpoint files to save their files already. Supporting PyTorch checkpoint files might give consumers of the model who are also using PyTorch an easier path to running the model for generating predictions, or for loading the model to re-train.
Proposal
This issue exists to discuss whether we should add PyTorch checkpoint files as a supported serialization format in the Runtime fragment, and what changes would need to be made to that section to accommodate this addition.
The text was updated successfully, but these errors were encountered: