From 6178b3357fb3e4b43a6e2d41ea79400863df5eb0 Mon Sep 17 00:00:00 2001 From: Amir Servi <131249114+ServiAmirPM@users.noreply.github.com> Date: Sun, 17 Nov 2024 18:56:57 +0200 Subject: [PATCH] Update README.md Changed "target-specific optimization" to "target-aware optimization" --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2cbbaf28c..6681a8593 100644 --- a/README.md +++ b/README.md @@ -85,7 +85,7 @@ MCT offers a range of powerful features to optimize models for efficient edge de 🧮 **Advanced quantization algorithms**. To prevent a performance degradation some algorithms are applied, such as Shift negative correction, Outliers filtering and clustering. -### Hardware-specific optimization +### Hardware-aware optimization 🎯 **TPC (Target Platform Capabilities)**. Describes the target hardware’s constrains, for which the model optimization is targeted. See [TPC Readme](https://github.com/sony/model_optimization/blob/main/model_compression_toolkit/target_platform_capabilities/README.md) for more information.