Export to TorchDynamo-based ONNX¶
Category: export.dynamo_onnx
Version: 1.1.0
UUID: 160be7329e143c22abe72d7fe90f3be60e893d25ae19f65af6c1e95d94a43736
Execution context: leip_af
Choice Priority: -1.0
Value Parameters¶
| Name | Synonyms | Type | Values |
|---|---|---|---|
| Exported batch size | export.batch_size |
scalar | int, min: 1 |
| Exported height | export.data.height |
scalar | int, min: 1 |
| Add the label -> class name correspondance to the model schema | export.include_data_labelmap |
scalar | bool |
| Add LEIP SDK model schema | export.include_model_schema |
scalar | bool |
| Add postprocessor (Available for detection models) | export.include_postprocessor |
scalar | bool |
| Add data preprocessor | export.include_preprocessor |
scalar | bool |
| Output directory | export.output_directory |
scalar | string |
| Output file | export.output_file |
scalar | string |
| Preserve privacy in exported model | export.preserve_privacy |
scalar | bool |
| Exported width | export.data.width |
scalar | int, min: 1 |
This component fits into¶
| Name | UUID | Synonyms |
|---|---|---|
| Full Recipe | 4511dd... |
export |