You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RTen models should have machine-readable metadata in them that specifies where they came from. At a minimum this would include:
Filename and hash (SHA-1 ?) of the ONNX model that was used to generate it
Date when the RTen model was created
This enables verifying that a .rten model corresponds to a particular ONNX model. The rten-cli package could support a --metadata flag that would dump this info from a compiled model.
RTen models should have machine-readable metadata in them that specifies where they came from. At a minimum this would include:
This enables verifying that a
.rten
model corresponds to a particular ONNX model. Therten-cli
package could support a--metadata
flag that would dump this info from a compiled model.In addition it would be useful to also incorporate metadata from the ONNX model. See https://github.com/onnx/onnx/blob/main/docs/IR.md#models. In particular I would like to encourage including:
The text was updated successfully, but these errors were encountered: