Skip to content

Commit 7fb076c

Browse files
Merge pull request #1444 from madeline-underwood/patch-25
Improving readability in intro.
2 parents 08dd8b3 + 83cf079 commit 7fb076c

File tree

1 file changed

+1
-1
lines changed
  • content/learning-paths/smartphones-and-mobile/profiling-ml-on-arm

1 file changed

+1
-1
lines changed

content/learning-paths/smartphones-and-mobile/profiling-ml-on-arm/why-profile.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ layout: learningpathall
77
---
88

99
## Optimizing Performance
10-
A first step towards achieving optimal performance in a ML Model is to identify what is consuming the most time and memory in your application. Profiling can help you identify the bottlenecks, and it can offer clues about how to optimize operations.
10+
A first step towards achieving optimal performance in a Machine Learning Model is to identify what is consuming the most time and memory in your application. Profiling can help you identify the bottlenecks, and it can offer clues about how to optimize operations.
1111

1212
With Machine Learning (ML) applications, whilst the inference of the Neural Network (NN) is often the heaviest part of the application in terms of computation and memory usage, it is not necessarily always the case. It is therefore important to profile the application as a whole to detect other possible issues that can negatively impact performance, such as issues with pre- or post-processing, or the code itself.
1313

0 commit comments

Comments
 (0)