Skip to content

Commit ca7addb

Browse files
committed
update index
1 parent 34ba167 commit ca7addb

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

assignments/2020/assignment2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ cd cs231n/datasets
7070
./get_datasets.sh
7171
```
7272
**Start Jupyter Server**. After you have the CIFAR-10 data, you should start the Jupyter server from the
73-
`assignment1` directory by executing `jupyter notebook` in your terminal.
73+
`assignment2` directory by executing `jupyter notebook` in your terminal.
7474

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

index.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,11 @@
1919
Assignment #1: Image Classification, kNN, SVM, Softmax, Fully-Connected Neural Network
2020
</a>
2121
</div>
22-
22+
<div class="materials-item">
23+
<a href="assignments2020/assignment2/">
24+
Assignment #2: Fully-Connected Nets, BatchNorm, Dropout, ConvNets, Tensorflow/Pytorch
25+
</a>
26+
</div>
2327
<!--
2428
<div class="materials-item">
2529
<a href="assignments2019/assignment2/">

0 commit comments

Comments
 (0)