Skip to content

Commit dd63121

Browse files
committed
Automated tutorials push
1 parent b5b9781 commit dd63121

File tree

531 files changed

+16542
-19420
lines changed

Some content is hidden

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

531 files changed

+16542
-19420
lines changed

_downloads/0184bded18578d24a48fdfad2c701b09/polynomial_autograd.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
"name": "python",
115115
"nbconvert_exporter": "python",
116116
"pygments_lexer": "ipython3",
117-
"version": "3.10.14"
117+
"version": "3.10.15"
118118
}
119119
},
120120
"nbformat": 4,

_downloads/032d653a4f5a9c1ec32b9fc7c989ffe1/seq2seq_translation_tutorial.ipynb

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,19 @@
2222
"\n",
2323
"**Author**: [Sean Robertson](https://github.com/spro)\n",
2424
"\n",
25-
"This is the third and final tutorial on doing \\\"NLP From Scratch\\\",\n",
25+
"This tutorials is part of a three-part series:\n",
26+
"\n",
27+
"- [NLP From Scratch: Classifying Names with a Character-Level\n",
28+
" RNN](https://pytorch.org/tutorials/intermediate/char_rnn_classification_tutorial.html)\n",
29+
"- [NLP From Scratch: Generating Names with a Character-Level\n",
30+
" RNN](https://pytorch.org/tutorials/intermediate/char_rnn_generation_tutorial.html)\n",
31+
"- [NLP From Scratch: Translation with a Sequence to Sequence Network\n",
32+
" and\n",
33+
" Attention](https://pytorch.org/tutorials/intermediate/seq2seq_translation_tutorial.html)\n",
34+
"\n",
35+
"This is the third and final tutorial on doing **NLP From Scratch**,\n",
2636
"where we write our own classes and functions to preprocess the data to\n",
27-
"do our NLP modeling tasks. We hope after you complete this tutorial that\n",
28-
"you\\'ll proceed to learn how [torchtext]{.title-ref} can handle much of\n",
29-
"this preprocessing for you in the three tutorials immediately following\n",
30-
"this one.\n",
37+
"do our NLP modeling tasks.\n",
3138
"\n",
3239
"In this project we will be teaching a neural network to translate from\n",
3340
"French to English.\n",
@@ -1128,7 +1135,7 @@
11281135
"name": "python",
11291136
"nbconvert_exporter": "python",
11301137
"pygments_lexer": "ipython3",
1131-
"version": "3.10.14"
1138+
"version": "3.10.15"
11321139
}
11331140
},
11341141
"nbformat": 4,

_downloads/03a48646520c277662581e858e680809/model_parallel_tutorial.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -477,7 +477,7 @@
477477
"name": "python",
478478
"nbconvert_exporter": "python",
479479
"pygments_lexer": "ipython3",
480-
"version": "3.10.14"
480+
"version": "3.10.15"
481481
}
482482
},
483483
"nbformat": 4,

_downloads/070179efc13bd796c5dd4af7bf52d5b9/intro.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
"name": "python",
9595
"nbconvert_exporter": "python",
9696
"pygments_lexer": "ipython3",
97-
"version": "3.10.14"
97+
"version": "3.10.15"
9898
}
9999
},
100100
"nbformat": 4,

_downloads/09dab7b70298bcb798ab79840558b800/maskedtensor_sparsity.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -581,7 +581,7 @@
581581
"name": "python",
582582
"nbconvert_exporter": "python",
583583
"pygments_lexer": "ipython3",
584-
"version": "3.10.14"
584+
"version": "3.10.15"
585585
}
586586
},
587587
"nbformat": 4,

_downloads/0aec568a42e89122e5ca293c86289287/tensorboard_profiler_tutorial.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -686,7 +686,7 @@
686686
"name": "python",
687687
"nbconvert_exporter": "python",
688688
"pygments_lexer": "ipython3",
689-
"version": "3.10.14"
689+
"version": "3.10.15"
690690
}
691691
},
692692
"nbformat": 4,

_downloads/0bd6b9a8e47e1d64e4d20ef356a6095d/onnx_registry_tutorial.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -628,7 +628,7 @@
628628
"name": "python",
629629
"nbconvert_exporter": "python",
630630
"pygments_lexer": "ipython3",
631-
"version": "3.10.14"
631+
"version": "3.10.15"
632632
}
633633
},
634634
"nbformat": 4,

_downloads/0e6615c5a7bc71e01ff3c51217ea00da/tensorqs_tutorial.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -491,7 +491,7 @@
491491
"name": "python",
492492
"nbconvert_exporter": "python",
493493
"pygments_lexer": "ipython3",
494-
"version": "3.10.14"
494+
"version": "3.10.15"
495495
}
496496
},
497497
"nbformat": 4,

_downloads/11f1adacb7d237f2041ce267ac38abb6/saveloadrun_tutorial.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@
194194
"name": "python",
195195
"nbconvert_exporter": "python",
196196
"pygments_lexer": "ipython3",
197-
"version": "3.10.14"
197+
"version": "3.10.15"
198198
}
199199
},
200200
"nbformat": 4,

_downloads/1342193c7104875f1847417466d1417c/ensembling.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@
340340
"name": "python",
341341
"nbconvert_exporter": "python",
342342
"pygments_lexer": "ipython3",
343-
"version": "3.10.14"
343+
"version": "3.10.15"
344344
}
345345
},
346346
"nbformat": 4,

0 commit comments

Comments
 (0)