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
The widget on PyTorch.org will let you select the right command line for your specific OS/Arch.
112
-
Make sure you have PyTorch 2.0 or higher.
112
+
113
+
PLEASE NOTE. Make sure you have PyTorch 0.3.0. PyTorch has recently released version 0.4.0, but it has many code changes that we will not be incorporating at this time. The Anaconda installation method for this is:
Copy file name to clipboardExpand all lines: docs/index.rst
+3-8
Original file line number
Diff line number
Diff line change
@@ -14,28 +14,23 @@ Natural Language Processing (NLP) with PyTorch
14
14
download_data
15
15
environment_setup
16
16
faq
17
-
Recipes <recipes/index>
18
17
19
18
.. toctree::
20
19
:hidden:
21
20
:caption:Day 1 Materials
22
21
23
-
Take Home Exercises <day1/takehome>
24
22
25
23
.. toctree::
26
24
:hidden:
27
25
:maxdepth:3
28
26
:caption:Day 2 Materials
29
27
30
-
Warm-Up Exercise <day2/warmup>
31
-
Choose Your Own Adventure <day2/adventures/index>
32
-
Neural Network Patterns <day2/patterns/index>
33
28
34
29
35
30
Hello! This is a directory of resources for a training tutorial to be
36
-
given at the O'Reilly AI Conference in San Francisco on September 17 and 18, 2017.
31
+
given at the O'Reilly AI Conference in New York City on Sunday, April 29, and Monday, April 30, 2018.
37
32
38
-
Please read below for general information. You can find the github repository at `this link <https://github.com/joosthub/pytorch-nlp-tutorial-sf2017>`_. Please note that there are two ways to engage in this training (desribed below).
33
+
Please read below for general information. You can find the github repository at `this link <https://github.com/joosthub/pytorch-nlp-tutorial-ny2018>`_. Please note that there are two ways to engage in this training (desribed below).
39
34
40
35
More information will be added to this site as the training progresses.
41
36
Specifically, we will be adding a 'recipes' section, 'errata' section, and a 'bonus exercise' section as the training progresses!
1. **Using O'Reilly's online resources**. For this, you only needs a laptop; on the first day, we will provide you with credentials and a URL to use an online computing resource (a JupyterHub instance) provided by O'Reilly. You will be able to access Jupyter notebooks through this and they will persist until the end of the second day of training (September 18th). This option is not limited by what operating system you have. You will need to have a browser installed.
58
-
2. **Setting everything up locally**. For this, you need a laptop with the PyTorch environment set up. This is only recommended if you want to have the environment locally or have a laptop with a GPU. (If you have trouble following the provided instructions or if you find any mistakes, please file an issue `here <https://github.com/joosthub/pytorch-nlp-tutorial-sf2017>`_.) This option is limited to Macs and Linux users only (sorry Windows users!). Be sure you check the `LOCAL_RUN_README.md <https://github.com/joosthub/pytorch-nlp-tutorial-sf2017/blob/master/LOCAL_RUN_README.md>`_.
53
+
2. **Setting everything up locally**. For this, you need a laptop with the PyTorch environment set up. This is only recommended if you want to have the environment locally or have a laptop with a GPU. (If you have trouble following the provided instructions or if you find any mistakes, please file an issue `here <https://github.com/joosthub/pytorch-nlp-tutorial-ny2018>`_.) This option is limited to Macs and Linux users only (sorry Windows users!). Be sure you check the `LOCAL_RUN_README.md <https://github.com/joosthub/pytorch-nlp-tutorial-ny2018/blob/master/LOCAL_RUN_README.md>`_.
0 commit comments