Skip to content

Commit f83fb79

Browse files
committed
assignment removal for 2020
1 parent f1cfea7 commit f83fb79

File tree

1 file changed

+15
-12
lines changed

1 file changed

+15
-12
lines changed

index.html

Lines changed: 15 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,21 @@
44

55
<div>
66

7-
These notes accompany the Stanford CS class <a href="http://cs231n.stanford.edu/">CS231n: Convolutional Neural Networks for Visual Recognition</a>.
7+
These notes accompany the Stanford CS class <a href="http://cs231n.stanford.edu/">CS231n: Convolutional Neural Networks for Visual Recognition</a>. For questions/concerns/bug reports, please submit a pull request directly to our <a href="https://github.com/cs231n/cs231n.github.io">git repo</a>.
88
<br>
9-
For questions/concerns/bug reports contact <a href="http://cs.stanford.edu/people/jcjohns/">Justin Johnson</a> regarding the assignments, or contact <a href="http://cs.stanford.edu/people/karpathy/">Andrej Karpathy</a> regarding the course notes. You can also submit a pull request directly to our <a href="https://github.com/cs231n/cs231n.github.io">git repo</a>.
10-
<br>
11-
We encourage the use of the <a href="https://hypothes.is/">hypothes.is</a> extension to annote comments and discuss these notes inline.
9+
<!-- For questions/concerns/bug reports contact <a href="http://cs.stanford.edu/people/jcjohns/">Justin Johnson</a> regarding the assignments, or contact <a href="http://cs.stanford.edu/people/karpathy/">Andrej Karpathy</a> regarding the course notes. You can also submit a pull request directly to our <a href="https://github.com/cs231n/cs231n.github.io">git repo</a>. -->
10+
<!-- <br> -->
11+
<!-- We encourage the use of the <a href="https://hypothes.is/">hypothes.is</a> extension to annote comments and discuss these notes inline. -->
1212
</div>
1313

1414
<div class="home">
1515
<div class="materials-wrap">
16-
<div class="module-header">Spring 2019 Assignments</div>
17-
16+
<div class="module-header">Spring 2020 Assignments</div>
1817
<div class="materials-item">
18+
<a>Assignments will show up here once they are released.</a>
19+
</div>
20+
21+
<!-- <div class="materials-item">
1922
<a href="assignments2019/assignment1/">
2023
Assignment #1: Image Classification, kNN, SVM, Softmax, Neural Network
2124
</a>
@@ -30,10 +33,10 @@
3033
3134
<div class="materials-item">
3235
<a href="assignments2019/assignment3/">
33-
Assignment #3: Image Captioning with Vanilla RNNs, Image Captioning
36+
Assignment #3: Image Captioning with Vanilla RNNs, Image Captioning
3437
with LSTMs, Network Visualization, Style Transfer, Generative Adversarial Networks
3538
</a>
36-
</div>
39+
</div> -->
3740
<!--
3841
<div class="module-header">Spring 2018 Assignments</div>
3942
@@ -52,12 +55,12 @@
5255
5356
<div class="materials-item">
5457
<a href="assignments2018/assignment3/">
55-
Assignment #3: Image Captioning with Vanilla RNNs, Image Captioning
58+
Assignment #3: Image Captioning with Vanilla RNNs, Image Captioning
5659
with LSTMs, Network Visualization, Style Transfer, Generative Adversarial Networks
5760
</a>
5861
</div>
5962
-->
60-
63+
6164
<!--
6265
<div class="module-header">Winter 2016 Assignments</div>
6366
@@ -81,7 +84,7 @@
8184
</a>
8285
</div>
8386
-->
84-
87+
8588
<!--
8689
<div class="module-header">Winter 2015 Assignments</div>
8790
@@ -241,6 +244,6 @@
241244
Transfer Learning and Fine-tuning Convolutional Neural Networks
242245
</a>
243246
</div>
244-
247+
245248
</div>
246249
</div>

0 commit comments

Comments
 (0)