A JSON object or JSON string containing the model config.
This can be either of the following two formats:
keras.Model.to_json()
.keras.models.save_model()
.Optional
pathPath to prepend to the paths in weightManifest
before fetching.
The path may optionally end in a slash ('/').
Optional
weightsA weights manifest in TensorFlow.js format.
Generated using TypeDoc
Options for loading a saved mode in TensorFlow.js format.