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/embedded-and-microcontrollers/training-inference-pytorch/env-setup-1.md
+2-7Lines changed: 2 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,12 @@
1
1
---
2
-
title: Environment Setup
2
+
title: Set up your environment
3
3
weight: 2
4
4
5
5
### FIXED, DO NOT MODIFY
6
6
layout: learningpathall
7
7
---
8
8
9
-
## Environment setup for Tiny Rock, Paper, Scissors on Arm (PyTorch + ExecuTorch)
9
+
## Set up your environment for Tiny Rock, Paper, Scissors on Arm (PyTorch + ExecuTorch)
10
10
11
11
12
12
@@ -19,11 +19,6 @@ A Convolutional Neural Network (CNN) is a type of deep neural network primarily
19
19
20
20
A convolutional neural network (CNN) is a deep neural network designed to analyze visual data using the *convolution* operation. CNNs learn spatial hierarchies of features - from edges and textures to shapes and objects - directly from pixels.
21
21
22
-

0 commit comments