Skip to content

Commit

Permalink
added assignment2
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinzakka committed Apr 23, 2020
1 parent 5dd89e3 commit 34ba167
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ kramdown:
# links to homeworks
hw_1_jupyter: https://cs231n.github.io/assignments/2020/assignment1_jupyter.zip
hw_1_colab: https://cs231n.github.io/assignments/2020/assignment1_colab.zip
hw_2_jupyter:
hw_2_colab:
hw_2_jupyter: https://cs231n.github.io/assignments/2020/assignment2_jupyter.zip
hw_2_colab: https://cs231n.github.io/assignments/2020/assignment2_colab.zip
6 changes: 3 additions & 3 deletions assignments/2020/assignment2.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ mathjax: true
permalink: /assignments2020/assignment2/
---

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

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

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

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

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

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

#### Option B: Local Development

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

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

Expand Down
Binary file added assignments/2020/assignment2_colab.zip
Binary file not shown.
Binary file added assignments/2020/assignment2_jupyter.zip
Binary file not shown.

0 comments on commit 34ba167

Please sign in to comment.