Object containing the parsed JSON of model.json
OptionalweightSpecs: WeightsManifestEntry[]The list of WeightsManifestEntry for the model. Must be passed if the modelJSON has a weightsManifest.
OptionalweightData: WeightDataAn ArrayBuffer or array of ArrayBuffers of weight data for the model corresponding to the weights in weightSpecs. Must be passed if the modelJSON has a weightsManifest.
A Promise of the ModelArtifacts, as described by the JSON file.
Create
ModelArtifactsfrom a JSON file and weights.