Skip to content

Commit 34ba167

Browse files
committed
added assignment2
1 parent 5dd89e3 commit 34ba167

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

_config.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ kramdown:
2121
# links to homeworks
2222
hw_1_jupyter: https://cs231n.github.io/assignments/2020/assignment1_jupyter.zip
2323
hw_1_colab: https://cs231n.github.io/assignments/2020/assignment1_colab.zip
24-
hw_2_jupyter:
25-
hw_2_colab:
24+
hw_2_jupyter: https://cs231n.github.io/assignments/2020/assignment2_jupyter.zip
25+
hw_2_colab: https://cs231n.github.io/assignments/2020/assignment2_colab.zip

assignments/2020/assignment2.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ mathjax: true
55
permalink: /assignments2020/assignment2/
66
---
77

8-
This assignment is due on **Wednesday, May 6 2020** at 11:59pm PST.
8+
This assignment is due on **Wednesday, May 6 2020** at 11:59pm PDT.
99

1010
<details>
1111
<summary>Handy Download Links</summary>
@@ -47,7 +47,7 @@ You can work on the assignment in one of two ways: **remotely** on Google Colabo
4747

4848
#### Option A: Google Colaboratory (Recommended)
4949

50-
**Download.** Starter code containing Colab notebooks can be downloaded [here]({{site.hw_1_colab}}).
50+
**Download.** Starter code containing Colab notebooks can be downloaded [here]({{site.hw_2_colab}}).
5151

5252
If you choose to work with Google Colab, please familiarize yourself with the [recommended workflow]({{site.baseurl}}/setup-instructions/#working-remotely-on-google-colaboratory).
5353

@@ -59,7 +59,7 @@ Once you have completed all Colab notebooks **except `collect_submission.ipynb`*
5959

6060
#### Option B: Local Development
6161

62-
**Download.** Starter code containing jupyter notebooks can be downloaded [here]({{site.hw_1_jupyter}}).
62+
**Download.** Starter code containing jupyter notebooks can be downloaded [here]({{site.hw_2_jupyter}}).
6363

6464
**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`.
6565

309 KB
Binary file not shown.
306 KB
Binary file not shown.

0 commit comments

Comments
 (0)