mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-15 18:23:41 +00:00
10 lines
318 B
Markdown
10 lines
318 B
Markdown
|
|
---
|
||
|
|
title: Model optimizations
|
||
|
|
parent: Performance
|
||
|
|
nav_order: 2
|
||
|
|
has_children: true
|
||
|
|
---
|
||
|
|
|
||
|
|
# Model Optimizations
|
||
|
|
|
||
|
|
In addition to [tuning performance](./../tune-performance/index.md) using ONNX Runtime configurations, there are techniques that can be applied to reduce model size and/or complexity to improve performance.
|