get_prebuilt
No overview available.
def get_prebuilt(
model_id: string,
cache_dir: string = null
) - > object
Retrieves a pre-configured model instance based on a specific identifier or configuration name.
Parameters
| Name | Type | Description |
|---|---|---|
| model_id | string | The unique identifier or name of the pre-built model configuration to load. |
| cache_dir | string = null | The local directory path where downloaded model weights and configuration files are stored. |
Returns
| Type | Description |
|---|---|
object | An initialized model instance ready for inference or further training. |