Skip to content

Commit ba963b1

Browse files
committed
Automated tutorials push
1 parent 05efd43 commit ba963b1

File tree

204 files changed

+13061
-13065
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

204 files changed

+13061
-13065
lines changed

_downloads/3195443a0ced3cabc0ad643537bdb5cd/introyt1_tutorial.ipynb

Lines changed: 20 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,16 +28,32 @@
2828
"\n",
2929
"Follow along with the video below or on\n",
3030
"[youtube](https://www.youtube.com/watch?v=IC0_FRiX-sw).\n",
31-
"\n",
32-
"``` {.python .jupyter-code-cell}\n",
31+
"\n"
32+
]
33+
},
34+
{
35+
"cell_type": "code",
36+
"execution_count": null,
37+
"id": "fdce4293",
38+
"metadata": {},
39+
"outputs": [],
40+
"source": [
41+
"# Run this cell to load the video\n",
3342
"from IPython.display import display, HTML\n",
3443
"html_code = \"\"\"\n",
3544
"<div style=\"margin-top:10px; margin-bottom:10px;\">\n",
3645
" <iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/IC0_FRiX-sw\" frameborder=\"0\" allow=\"accelerometer; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>\n",
3746
"</div>\n",
3847
"\"\"\"\n",
39-
"display(HTML(html_code))\n",
40-
"```\n",
48+
"display(HTML(html_code))"
49+
]
50+
},
51+
{
52+
"cell_type": "markdown",
53+
"id": "78767370",
54+
"metadata": {},
55+
"source": [
56+
"\n",
4157
"\n",
4258
"PyTorch Tensors\n",
4359
"---------------\n",

_downloads/4355e2cef7d17548f1e25f97a62828c4/template_tutorial.ipynb

Lines changed: 20 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,16 +25,32 @@
2525
"<div style=\"width: 45%; float: left; padding: 20px;\"><h2> What you will learn</h2><ul><li>Item 1</li><li>Item 2</li><li>Item 3</li></ul></div><div style=\"width: 45%; float: right; padding: 20px;\"><h2> Prerequisites</h2><ul><li>PyTorch v2.0.0</li><li>GPU ???</li><li>Other items 3</li></ul></div>\n",
2626
"\n",
2727
"If you have a video, add it here like this:\n",
28-
"\n",
29-
"``` {.python .jupyter-code-cell}\n",
28+
"\n"
29+
]
30+
},
31+
{
32+
"cell_type": "code",
33+
"execution_count": null,
34+
"id": "955e3d8b",
35+
"metadata": {},
36+
"outputs": [],
37+
"source": [
38+
"# Run this cell to load the video\n",
3039
"from IPython.display import display, HTML\n",
3140
"html_code = \"\"\"\n",
3241
"<div style=\"margin-top:10px; margin-bottom:10px;\">\n",
3342
" <iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/IC0_FRiX-sw\" frameborder=\"0\" allow=\"accelerometer; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>\n",
3443
"</div>\n",
3544
"\"\"\"\n",
36-
"display(HTML(html_code))\n",
37-
"```\n",
45+
"display(HTML(html_code))"
46+
]
47+
},
48+
{
49+
"cell_type": "markdown",
50+
"id": "874caf0b",
51+
"metadata": {},
52+
"source": [
53+
"\n",
3854
"\n",
3955
"To test your tutorial locally, you can do one of the following:\n",
4056
"\n",

_downloads/63a0f0fc7b3ffb15d3a5ac8db3d521ee/tensors_deeper_tutorial.ipynb

Lines changed: 20 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,16 +28,32 @@
2828
"\n",
2929
"Follow along with the video below or on\n",
3030
"[youtube](https://www.youtube.com/watch?v=r7QDUPb2dCM).\n",
31-
"\n",
32-
"``` {.python .jupyter-code-cell}\n",
31+
"\n"
32+
]
33+
},
34+
{
35+
"cell_type": "code",
36+
"execution_count": null,
37+
"id": "51b4a53f",
38+
"metadata": {},
39+
"outputs": [],
40+
"source": [
41+
"# Run this cell to load the video\n",
3342
"from IPython.display import display, HTML\n",
3443
"html_code = \"\"\"\n",
3544
"<div style=\"margin-top:10px; margin-bottom:10px;\">\n",
3645
" <iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/r7QDUPb2dCM\" frameborder=\"0\" allow=\"accelerometer; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>\n",
3746
"</div>\n",
3847
"\"\"\"\n",
39-
"display(HTML(html_code))\n",
40-
"```\n",
48+
"display(HTML(html_code))"
49+
]
50+
},
51+
{
52+
"cell_type": "markdown",
53+
"id": "0d763fd9",
54+
"metadata": {},
55+
"source": [
56+
"\n",
4157
"\n",
4258
"Tensors are the central data abstraction in PyTorch. This interactive\n",
4359
"notebook provides an in-depth introduction to the `torch.Tensor` class.\n",

_downloads/770632dd3941d2a51b831c52ded57aa2/trainingyt.ipynb

Lines changed: 20 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,16 +29,32 @@
2929
"\n",
3030
"Follow along with the video below or on\n",
3131
"[youtube](https://www.youtube.com/watch?v=jF43_wj_DCQ).\n",
32-
"\n",
33-
"``` {.python .jupyter-code-cell}\n",
32+
"\n"
33+
]
34+
},
35+
{
36+
"cell_type": "code",
37+
"execution_count": null,
38+
"id": "02f00a20",
39+
"metadata": {},
40+
"outputs": [],
41+
"source": [
42+
"# Run this cell to load the video\n",
3443
"from IPython.display import display, HTML\n",
3544
"html_code = \"\"\"\n",
3645
"<div style=\"margin-top:10px; margin-bottom:10px;\">\n",
3746
" <iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/jF43_wj_DCQ\" frameborder=\"0\" allow=\"accelerometer; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>\n",
3847
"</div>\n",
3948
"\"\"\"\n",
40-
"display(HTML(html_code))\n",
41-
"```\n",
49+
"display(HTML(html_code))"
50+
]
51+
},
52+
{
53+
"cell_type": "markdown",
54+
"id": "3f3f7ecc",
55+
"metadata": {},
56+
"source": [
57+
"\n",
4258
"\n",
4359
"Introduction\n",
4460
"------------\n",

_downloads/c28f42852d456daf9af72da6c6909556/captumyt.ipynb

Lines changed: 20 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,16 +31,32 @@
3131
"[youtube](https://www.youtube.com/watch?v=Am2EF9CLu-g). Download the\n",
3232
"notebook and corresponding files\n",
3333
"[here](https://pytorch-tutorial-assets.s3.amazonaws.com/youtube-series/video7.zip).\n",
34-
"\n",
35-
"``` {.python .jupyter-code-cell}\n",
34+
"\n"
35+
]
36+
},
37+
{
38+
"cell_type": "code",
39+
"execution_count": null,
40+
"id": "ebb64dd7",
41+
"metadata": {},
42+
"outputs": [],
43+
"source": [
44+
"# Run this cell to load the video\n",
3645
"from IPython.display import display, HTML\n",
3746
"html_code = \"\"\"\n",
3847
"<div style=\"margin-top:10px; margin-bottom:10px;\">\n",
3948
" <iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/Am2EF9CLu-g\" frameborder=\"0\" allow=\"accelerometer; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>\n",
4049
"</div>\n",
4150
"\"\"\"\n",
42-
"display(HTML(html_code))\n",
43-
"```\n",
51+
"display(HTML(html_code))"
52+
]
53+
},
54+
{
55+
"cell_type": "markdown",
56+
"id": "b7bf25b6",
57+
"metadata": {},
58+
"source": [
59+
"\n",
4460
"\n",
4561
"[Captum](https://captum.ai/) (\"comprehension\" in Latin) is an open\n",
4662
"source, extensible library for model interpretability built on PyTorch.\n",

_downloads/e2e556f6b4693c2cef716dd7f40caaf6/tensorboardyt_tutorial.ipynb

Lines changed: 20 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,16 +29,32 @@
2929
"\n",
3030
"Follow along with the video below or on\n",
3131
"[youtube](https://www.youtube.com/watch?v=6CEld3hZgqc).\n",
32-
"\n",
33-
"``` {.python .jupyter-code-cell}\n",
32+
"\n"
33+
]
34+
},
35+
{
36+
"cell_type": "code",
37+
"execution_count": null,
38+
"id": "c29ff41f",
39+
"metadata": {},
40+
"outputs": [],
41+
"source": [
42+
"# Run this cell to load the video\n",
3443
"from IPython.display import display, HTML\n",
3544
"html_code = \"\"\"\n",
3645
"<div style=\"margin-top:10px; margin-bottom:10px;\">\n",
3746
" <iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/6CEld3hZgqc\" frameborder=\"0\" allow=\"accelerometer; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>\n",
3847
"</div>\n",
3948
"\"\"\"\n",
40-
"display(HTML(html_code))\n",
41-
"```\n",
49+
"display(HTML(html_code))"
50+
]
51+
},
52+
{
53+
"cell_type": "markdown",
54+
"id": "a1c48700",
55+
"metadata": {},
56+
"source": [
57+
"\n",
4258
"\n",
4359
"Before You Start\n",
4460
"----------------\n",

_downloads/ed9d4f94afb79f7dada6742a06c486a5/autogradyt_tutorial.ipynb

Lines changed: 20 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,16 +28,32 @@
2828
"\n",
2929
"Follow along with the video below or on\n",
3030
"[youtube](https://www.youtube.com/watch?v=M0fX15_-xrY).\n",
31-
"\n",
32-
"``` {.python .jupyter-code-cell}\n",
31+
"\n"
32+
]
33+
},
34+
{
35+
"cell_type": "code",
36+
"execution_count": null,
37+
"id": "2220505b",
38+
"metadata": {},
39+
"outputs": [],
40+
"source": [
41+
"# Run this cell to load the video\n",
3342
"from IPython.display import display, HTML\n",
3443
"html_code = \"\"\"\n",
3544
"<div style=\"margin-top:10px; margin-bottom:10px;\">\n",
3645
" <iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/M0fX15_-xrY\" frameborder=\"0\" allow=\"accelerometer; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>\n",
3746
"</div>\n",
3847
"\"\"\"\n",
39-
"display(HTML(html_code))\n",
40-
"```\n",
48+
"display(HTML(html_code))"
49+
]
50+
},
51+
{
52+
"cell_type": "markdown",
53+
"id": "59c306b3",
54+
"metadata": {},
55+
"source": [
56+
"\n",
4157
"\n",
4258
"PyTorch's *Autograd* feature is part of what make PyTorch flexible and\n",
4359
"fast for building machine learning projects. It allows for the rapid and\n",

_downloads/fe726e041160526cf828806536922cf6/modelsyt_tutorial.ipynb

Lines changed: 20 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,16 +28,32 @@
2828
"\n",
2929
"Follow along with the video below or on\n",
3030
"[youtube](https://www.youtube.com/watch?v=OSqIP-mOWOI).\n",
31-
"\n",
32-
"``` {.python .jupyter-code-cell}\n",
31+
"\n"
32+
]
33+
},
34+
{
35+
"cell_type": "code",
36+
"execution_count": null,
37+
"id": "390e2a3b",
38+
"metadata": {},
39+
"outputs": [],
40+
"source": [
41+
"# Run this cell to load the video\n",
3342
"from IPython.display import display, HTML\n",
3443
"html_code = \"\"\"\n",
3544
"<div style=\"margin-top:10px; margin-bottom:10px;\">\n",
3645
" <iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/OSqIP-mOWOI\" frameborder=\"0\" allow=\"accelerometer; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>\n",
3746
"</div>\n",
3847
"\"\"\"\n",
39-
"display(HTML(html_code))\n",
40-
"```\n",
48+
"display(HTML(html_code))"
49+
]
50+
},
51+
{
52+
"cell_type": "markdown",
53+
"id": "e441c9cb",
54+
"metadata": {},
55+
"source": [
56+
"\n",
4157
"\n",
4258
"`torch.nn.Module` and `torch.nn.Parameter`\n",
4359
"------------------------------------------\n",
277 Bytes
Loading
324 Bytes
Loading

0 commit comments

Comments
 (0)