Skip to content

Commit 30b08e0

Browse files
committed
updating docs
1 parent 81cf197 commit 30b08e0

File tree

3 files changed

+26
-11
lines changed

3 files changed

+26
-11
lines changed

docs/environment_setup.rst

+17-3
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,21 @@ If you have been following along so far and have Anaconda installed with CUDA en
109109
conda install pytorch torchvision cuda80 -c soumith
110110
111111
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:
114+
115+
.. code-block:: bash
116+
117+
conda install pytorch=0.3.1 torchvision -c pytorch
118+
119+
If you would like to install using pips and wheels:
120+
121+
.. code-block:: bash
122+
123+
pip install http://download.pytorch.org/whl/cpu/torch-0.3.1-cp36-cp36m-linux_x86_64.whl
124+
pip install torchvision
125+
126+
113127
114128
2e. Clone (or Download) Repository
115129
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
@@ -119,10 +133,10 @@ you have not, you will need it for the next step.
119133

120134
.. code-block:: bash
121135
122-
git clone https://github.com/joosthub/pytorch-nlp-tutorial-sf2017.git
136+
git clone https://github.com/joosthub/pytorch-nlp-tutorial-ny2018.git
123137
124138
If you do not have git or do not want to use it, you can also
125-
`download the repository as a zip file <https://github.com/joosthub/pytorch-nlp-tutorial-sf2017/archive/master.zip>`_
139+
`download the repository as a zip file <https://github.com/joosthub/pytorch-nlp-tutorial-ny2018/archive/master.zip>`_
126140

127141
2f. Install Dependencies from Repository
128142
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

docs/errata.rst

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
Errata
2+
======
3+
4+
Please check back.
5+
6+
(Last updated, April 29, 2018)

docs/index.rst

+3-8
Original file line numberDiff line numberDiff line change
@@ -14,28 +14,23 @@ Natural Language Processing (NLP) with PyTorch
1414
download_data
1515
environment_setup
1616
faq
17-
Recipes <recipes/index>
1817

1918
.. toctree::
2019
:hidden:
2120
:caption: Day 1 Materials
2221

23-
Take Home Exercises <day1/takehome>
2422

2523
.. toctree::
2624
:hidden:
2725
:maxdepth: 3
2826
:caption: Day 2 Materials
2927

30-
Warm-Up Exercise <day2/warmup>
31-
Choose Your Own Adventure <day2/adventures/index>
32-
Neural Network Patterns <day2/patterns/index>
3328

3429

3530
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.
3732

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).
3934

4035
More information will be added to this site as the training progresses.
4136
Specifically, we will be adding a 'recipes' section, 'errata' section, and a 'bonus exercise' section as the training progresses!
@@ -55,4 +50,4 @@ Hardware and/or installation requirements:
5550

5651
- There are two options:
5752
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

Comments
 (0)