-
Notifications
You must be signed in to change notification settings - Fork 1.1k
ModelInstance Usage
Philippe Modard edited this page Apr 27, 2023
·
1 revision
Describe the format for the model (e.g. a SavedModel file for TF 2.0)
Describe the data that the model instance was trained on.
Describe the type and the shape of the model inputs.
Describe the type and the shape of the model outputs.
Provide code snippets that demonstrate how to load and make use of the model instance.
Provide code snippets that demonstrate how to fine-tune the model instance (if applicable).
Describe the differences between the different versions for this specific model instance (if applicable).