You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/learning-paths/microcontrollers/introduction-to-tinyml-on-arm/build-model-8.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,9 +8,8 @@ weight: 7 # 1 is first, 2 is second, etc.
8
8
layout: "learningpathall"
9
9
---
10
10
11
-
TODO Where is this executed? Context? Make sure the steps works out-of-the-box
12
-
13
-
With our Environment ready, you can create a simple program to test the setup.
11
+
TODO connect this part with the FVP/board?
12
+
With our environment ready, you can create a simple program to test the setup.
14
13
15
14
This example defines a small feedforward neural network for a classification task. The model consists of 2 linear layers with ReLU activation in between.
Copy file name to clipboardExpand all lines: content/learning-paths/microcontrollers/introduction-to-tinyml-on-arm/env-setup-5.md
+9-58Lines changed: 9 additions & 58 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,24 +8,7 @@ weight: 3
8
8
layout: "learningpathall"
9
9
---
10
10
11
-
In this section, you will prepare a development environment to compile the model.
12
-
13
-
## Before you begin
14
-
15
-
TODO remove this section?
16
-
17
-
18
-
The instructions are for Ubuntu 22.04 or newer.
19
-
20
-
{{% notice Note %}}
21
-
Note that the Corstone-300 FVP is not available for the Arm architecture so your host machine needs to x86_64.
22
-
{{% /notice %}}
23
-
24
-
25
-
The instructions have been tested on:
26
-
- Arm-based cloud instances running Ubuntu 22.04.
27
-
- Desktop computer with Ubuntu 24.04.
28
-
- Windows Subsystem for Linux (WSL).
11
+
In this section, you will prepare a development environment to compile the model. These instructions have been tested on Ubuntu 22.04, 24.04 and on Windows Subsystem for Linux (WSL).
0 commit comments