Get Model¶
netspresso.np_qai.base.NPQAIBase.get_model(model_id)
¶
Get a model from the QAI Hub.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
model_id |
str
|
The ID of the model to get. |
required |
Returns:
Name | Type | Description |
---|---|---|
Model |
Model
|
Returns a model object if successful. |
Note
For details, see get_model in QAI Hub API.