Skip to content

Commit cc104f4

Browse files
committed
make assignment1 visible
1 parent c4f16df commit cc104f4

File tree

5 files changed

+11
-7
lines changed

5 files changed

+11
-7
lines changed

_config.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: CS231n Convolutional Neural Networks for Visual Recognition
33
email: karpathy@cs.stanford.edu
44
description: "Course materials and notes for Stanford class CS231n: Convolutional Neural Networks for Visual Recognition."
55
baseurl: ""
6-
url: "http://cs231n.github.io"
6+
url: "https://cs231n.github.io"
77
courseurl: "http://cs231n.stanford.edu/"
88
twitter_username: cs231n
99
github_username: cs231n
@@ -17,3 +17,7 @@ kramdown:
1717
input: GFM
1818
auto_ids: true
1919
syntax_highlighter: rouge
20+
21+
# links to homeworks
22+
hw_1_jupyter: https://cs231n.github.io/assignments/2020/assignment1_jupyter.zip
23+
hw_1_colab: https://cs231n.github.io/assignments/2020/assignment1_colab.zip

assignments/2020/assignment1.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ This assignment is due on **Wednesday, April 22 2020**.
1111
<summary>Handy Download Links</summary>
1212

1313
<ul>
14-
<li><a href="">Option A: Colab starter code</a></li>
15-
<li><a href="">Option B: Jupyter starter code</a></li>
14+
<li><a href="{{ site.hw_1_colab }}">Option A: Colab starter code</a></li>
15+
<li><a href="{{ site.hw_1_jupyter }}">Option B: Jupyter starter code</a></li>
1616
</ul>
1717
</details>
1818

@@ -49,7 +49,7 @@ You can work on the assignment in one of two ways: **remotely** on Google Colabo
4949

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

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

5454
<iframe style="display: block; margin: auto;" width="560" height="315" src="https://www.youtube.com/embed/qvwYtun1uhQ" frameborder="0" allowfullscreen></iframe>
5555

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

7171
#### Option B: Local Development
7272

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

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

50.5 KB
Binary file not shown.
43.5 KB
Binary file not shown.

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@
1414
<div class="home">
1515
<div class="materials-wrap">
1616
<div class="module-header">Spring 2020 Assignments</div>
17-
<!-- <div class="materials-item">
17+
<div class="materials-item">
1818
<a href="assignments2020/assignment1/">
1919
Assignment #1: Image Classification, kNN, SVM, Softmax, Fully-Connected Neural Network
2020
</a>
21-
</div> -->
21+
</div>
2222

2323
<!--
2424
<div class="materials-item">

0 commit comments

Comments
 (0)