Skip to content

Commit 9e8bd16

Browse files
committed
update a3 with correct data instructions
1 parent 612a08e commit 9e8bd16

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

assignments/2020/assignment3.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,14 +66,13 @@ Once you have completed all Colab notebooks **except `collect_submission.ipynb`*
6666

6767
**Install Packages**. Once you have the starter code, activate your environment (the one you installed in the [Software Setup]({{site.baseurl}}/setup-instructions/) page) and run `pip install -r requirements.txt`.
6868

69-
**Download CIFAR-10**. Next, you will need to download the CIFAR-10 dataset. Run the following from the `assignment3` directory:
69+
**Download data**. Next, you will need to download the COCO captioning data, a pretrained SqueezeNet model (for TensorFlow), and a few ImageNet validation images. Run the following from the `assignment3` directory:
7070

7171
```bash
7272
cd cs231n/datasets
7373
./get_datasets.sh
7474
```
75-
**Start Jupyter Server**. After you have the CIFAR-10 data, you should start the Jupyter server from the
76-
`assignment3` directory by executing `jupyter notebook` in your terminal.
75+
**Start Jupyter Server**. After you've downloaded the data, you can start the Jupyter server from the `assignment3` directory by executing `jupyter notebook` in your terminal.
7776

7877
Complete each notebook, then once you are done, go to the [submission instructions](#submitting-your-work).
7978

0 commit comments

Comments
 (0)