Skip to content

Commit 05f4b25

Browse files
committed
Updated PyTorch version
1 parent 5c6ca22 commit 05f4b25

File tree

3 files changed

+10
-9
lines changed

3 files changed

+10
-9
lines changed

content/learning-paths/microcontrollers/introduction-to-tinyml-on-arm/_index.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
2-
title: Introduction to TinyML on Arm using PyTorch v2.0 and Executorch
2+
title: Introduction to TinyML on Arm using PyTorch v2.x and Executorch
33

44
minutes_to_complete: 40
55

6-
who_is_this_for: This learning module is tailored for developers, engineers, and data scientists who are new to TinyML and interested in exploring its potential for edge AI. If you have an interest in deploying machine learning models on low-power, resource-constrained devices, this course will help you get started using PyTorch v2.0 and Executorch on Arm-based platforms.
6+
who_is_this_for: This learning module is tailored for developers, engineers, and data scientists who are new to TinyML and interested in exploring its potential for edge AI. If you have an interest in deploying machine learning models on low-power, resource-constrained devices, this course will help you get started using PyTorch v2.x and Executorch on Arm-based platforms.
77

88
learning_objectives:
99
- Identify TinyML and how it's different from the AI you might be used to.
@@ -18,7 +18,9 @@ learning_objectives:
1818
prerequisites:
1919
- Basic knowledge of machine learning concepts.
2020
- Understanding of IoT and embedded systems (helpful but not required).
21-
21+
- A Linux host machine or VM running Ubuntu 20.04 or higher, or an AWS account to use [Arm Virtual Hardware](https://www.arm.com/products/development-tools/simulation/virtual-hardware)
22+
- Target device, preferably Cortex-M boards but you can use Cortex-A7 boards as well.
23+
2224
author_primary: Dominica Abena O. Amanfo
2325

2426
### Tags
@@ -36,7 +38,7 @@ tools_software_languages:
3638
- Grove - Vision AI Module V2
3739
- Arm Virtual Hardware
3840
- Python
39-
- PyTorch v2.0
41+
- PyTorch v2.x
4042
- Executorch
4143
- Arm Compute Library
4244
- GCC

content/learning-paths/microcontrollers/introduction-to-tinyml-on-arm/env-setup-5.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
# User change
3-
title: "Environment Setup for TinyML Development on Arm"
3+
title: "Environment Setup"
44

55
weight: 6 # 1 is first, 2 is second, etc.
66

@@ -77,8 +77,7 @@ edge-impulse-daemon
7777
```
7878
Follow the prompts to log in.
7979

80-
4. Verify Setup
81-
Connect to your device
80+
4. Verify Setup: Connect to your device
8281

8382
```console
8483
edge-impulse-run-impulse --api-key YOUR_API_KEY

content/learning-paths/microcontrollers/introduction-to-tinyml-on-arm/troubleshooting-6.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Benefits of TinyML for Edge Computing on Arm Devices
3-
weight: 4
2+
title: Troubleshooting and Best Practices
3+
weight: 7
44

55
### FIXED, DO NOT MODIFY
66
layout: learningpathall

0 commit comments

Comments
 (0)