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/mobile-graphics-and-gaming/preparing-models-for-nt/prepare-models-for-nt.ipynb
+7-2Lines changed: 7 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,7 @@
2
2
"cells": [
3
3
{
4
4
"cell_type": "markdown",
5
+
"id": "af556772",
5
6
"metadata": {},
6
7
"source": [
7
8
"## Notebook setup\n",
@@ -21,6 +22,7 @@
21
22
},
22
23
{
23
24
"cell_type": "markdown",
25
+
"id": "424ce3cc",
24
26
"metadata": {},
25
27
"source": [
26
28
"## Create a reference model\n",
@@ -61,11 +63,12 @@
61
63
},
62
64
{
63
65
"cell_type": "markdown",
66
+
"id": "4554ea3c",
64
67
"metadata": {},
65
68
"source": [
66
69
"## Export with the ExecuTorch VGF backend\n",
67
70
"\n",
68
-
"VGF is the file format you use for NX. Through executorch you can lower directly from a Pytoch model straight to a VGF model using the direct VGF backend path first. \n",
71
+
"VGF is the file format you use for NX. Through executorch you can lower directly from a PyTorch model straight to a VGF model using the direct VGF backend path first. \n",
69
72
"\n",
70
73
"An important note is that TOSA inspection is available later as an optional debugging step to view operations of your model. \n"
71
74
]
@@ -155,6 +158,7 @@
155
158
},
156
159
{
157
160
"cell_type": "markdown",
161
+
"id": "5d259530",
158
162
"metadata": {},
159
163
"source": [
160
164
"## Build and run runtime validation\n",
@@ -228,6 +232,7 @@
228
232
},
229
233
{
230
234
"cell_type": "markdown",
235
+
"id": "6db3d66d",
231
236
"metadata": {},
232
237
"source": [
233
238
"## Optional: inspect the TOSA middle step\n",
@@ -289,7 +294,7 @@
289
294
"id": "8d4ee8d8",
290
295
"metadata": {},
291
296
"source": [
292
-
"If you are happy wih your model you can now use the Model Converter to turn into a .vgf file or use the Executorch path as you did prior. "
297
+
"If you are happy wih your model you can now use the Model Converter to turn into a .vgf file or use the ExecuTorch path as you did prior. "
0 commit comments