class documentation

class Metadata(BaseModel):

View In Hierarchy

Model metadata stored in an NN Archive.

Instance Variable name Name of the model.
Instance Variable path Relative path to the model executable inside the archive.
Instance Variable precision Precision of the model weights.
name: str =

Name of the model.

path: str =

Relative path to the model executable inside the archive.

precision: DataType =

Precision of the model weights.