diff --git a/docs/contents/core/data_engineering/images/png/dataset_myopia.png b/docs/contents/core/data_engineering/images/png/dataset_myopia.png index 9b08efb4..a78866e4 100644 Binary files a/docs/contents/core/data_engineering/images/png/dataset_myopia.png and b/docs/contents/core/data_engineering/images/png/dataset_myopia.png differ diff --git a/docs/contents/core/frameworks/frameworks.html b/docs/contents/core/frameworks/frameworks.html index ffd1665f..32ac5538 100644 --- a/docs/contents/core/frameworks/frameworks.html +++ b/docs/contents/core/frameworks/frameworks.html @@ -1998,7 +1998,7 @@
Framework selection builds on our understanding of framework specialization across computing environments. Engineers must evaluate three interdependent factors when choosing a framework: model requirements, hardware constraints, and software dependencies. The TensorFlow ecosystem demonstrates how these factors shape framework design through its variants: TensorFlow, TensorFlow Lite, and TensorFlow Lite Micro.
Figure 7.11 illustrates key differences between TensorFlow variants. Each variant represents specific trade-offs between computational capability and resource requirements. These trade-offs manifest in supported operations, binary size, and integration requirements.
-Figure 7.12 reveals three key software considerations that differentiate TensorFlow variants: operating system requirements, memory management capabilities, and accelerator support. These differences reflect each variant’s optimization for specific deployment environments.
-Figure 7.13 quantifies the hardware requirements across TensorFlow variants through three metrics: base binary size, memory footprint, and processor architecture support. These metrics demonstrate the progressive optimization for constrained computing environments.
-