Skip to content

Commit 1457b6f

Browse files
committed
spelling fixes
1 parent ffd376a commit 1457b6f

File tree

6 files changed

+38
-8
lines changed

6 files changed

+38
-8
lines changed

.wordlist.txt

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3215,4 +3215,34 @@ pyplot
32153215
scheduler's
32163216
torchvision
32173217
uOps
3218-
unsqueeze
3218+
unsqueeze
3219+
3220+
ACR
3221+
Abena
3222+
Adoptium
3223+
Amanfo
3224+
Arlo
3225+
Fitbit
3226+
Milvus
3227+
Amanfo
3228+
OCTLA
3229+
OpenAg
3230+
Sysbox
3231+
TCK
3232+
TOSA
3233+
Temurin
3234+
Zhang
3235+
Zilliz
3236+
arrhythmias
3237+
ggerganov
3238+
milvus
3239+
msbuild
3240+
nestybox
3241+
pte
3242+
replug
3243+
sam
3244+
sysbox
3245+
tinyml
3246+
tvOS
3247+
watchOS
3248+
zilliz

content/install-guides/multipass.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Install the download using the package command.
6060
sudo installer -pkg multipass-1.14.1-rc1+mac.14+gf2381bfe9.mac-Darwin.pkg -target /
6161
```
6262

63-
The getting started instructions below use the command line interface. If you perfer to use the graphical interface start it from the macOS Launchpad, the initial screen is shown below. You can use the UI to create, start, and stop virtual machines.
63+
The getting started instructions below use the command line interface. If you prefer to use the graphical interface start it from the macOS Launchpad, the initial screen is shown below. You can use the UI to create, start, and stop virtual machines.
6464

6565
![Connect #center](/install-guides/_images/multipass-gui.png)
6666

content/learning-paths/cross-platform/pytorch-digit-classification-arch-training/inference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The inference process involves using a trained model to make predictions on new,
1616

1717
This process allows the model to generalize its learned knowledge to make accurate predictions on new data.
1818

19-
# Runing inference in PyTorch
19+
# Running inference in PyTorch
2020

2121
You can inference in PyTorch using the previously saved model. To display results, you can use matplotlib.
2222

content/learning-paths/cross-platform/pytorch-digit-classification-training/inference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The inference process involves using a trained model to make predictions on new,
1616

1717
This process allows the model to generalize its learned knowledge to make accurate predictions on new data.
1818

19-
# Runing inference in PyTorch
19+
# Running inference in PyTorch
2020

2121
You can inference in PyTorch using the previously saved model. To display results you can use matplotlib.
2222

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ The host machine is where you will perform most of your development work, especi
2828

2929
## Install Python
3030

31-
Python 3 is included in Ubuntu, but some additonal packages are needed.
31+
Python 3 is included in Ubuntu, but some additional packages are needed.
3232

3333
```console
3434
sudo apt update
@@ -37,7 +37,7 @@ sudo apt install python-is-python3 gcc g++ make -y
3737

3838
## Install PyTorch
3939

40-
Create a Python virtual environemnt using Miniconda.
40+
Create a Python virtual environment using Miniconda.
4141

4242
For Arm Linux:
4343

@@ -97,7 +97,7 @@ The Edge Impulse CLI tools require Node.js.
9797
sudo apt install nodejs npm -y
9898
```
9999

100-
Confirm `node` is avilable by running:
100+
Confirm `node` is available by running:
101101

102102
```console
103103
node -v

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ layout: learningpathall
1515
- Utilize model quantization techniques to optimize performance on constrained devices like the Grove - Vision AI Module V2.
1616
- Regularly update your development environment and tools to benefit from the latest improvements in TinyML and edge AI technologies
1717

18-
You've now set up your environment for TinyML development, and tested a PyTorch and ExecuTorch Neural Netrowk.
18+
You've now set up your environment for TinyML development, and tested a PyTorch and ExecuTorch Neural Network.

0 commit comments

Comments
 (0)