Skip to content

Commit bb443f5

Browse files
committed
Merge branch 'master' of github.com:cs231n/cs231n.github.io
2 parents ca12936 + 319d811 commit bb443f5

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

assignments/2022/assignment2.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ mathjax: true
55
permalink: /assignments2022/assignment2/
66
---
77

8-
<span style="color:red">This assignment is due on **Friday, May 05 2022** at 11:59pm PST.</span>
8+
<span style="color:red">This assignment is due on **Monday, May 02 2022** at 11:59pm PST.</span>
99

1010
Starter code containing Colab notebooks can be [downloaded here]({{site.hw_2_colab}}).
1111

@@ -15,7 +15,7 @@ Starter code containing Colab notebooks can be [downloaded here]({{site.hw_2_col
1515
- [Q2: Batch Normalization](#q2-batch-normalization)
1616
- [Q3: Dropout](#q3-dropout)
1717
- [Q4: Convolutional Neural Networks](#q4-convolutional-neural-networks)
18-
- [Q5: PyTorch/TensorFlow on CIFAR-10](#q5-pytorchtensorflow-on-cifar-10)
18+
- [Q5: PyTorch on CIFAR-10](#q5-pytorch-on-cifar-10)
1919
- [Q6: Network Visualization: Saliency Maps, Class Visualization, and Fooling Images](#q6-network-visualization-saliency-maps-class-visualization-and-fooling-images)
2020
- [Submitting your work](#submitting-your-work)
2121

@@ -62,11 +62,11 @@ The notebook `Dropout.ipynb` will help you implement dropout and explore its eff
6262

6363
In the notebook `ConvolutionalNetworks.ipynb` you will implement several new layers that are commonly used in convolutional networks.
6464

65-
### Q5: PyTorch/TensorFlow on CIFAR-10
65+
### Q5: PyTorch on CIFAR-10
6666

67-
For this part, you will be working in either TensorFlow or PyTorch, two popular and powerful deep learning frameworks. **You only need to complete ONE of these two notebooks.** While you are welcome to explore both for your own learning, there will be no extra credit.
67+
For this part, you will be working with PyTorch, a popular and powerful deep learning framework.
6868

69-
Open up either `PyTorch.ipynb` or `TensorFlow.ipynb`. There, you will learn how the framework works, culminating in training a convolutional network of your own design on CIFAR-10 to get the best performance you can.
69+
Open up `PyTorch.ipynb`. There, you will learn how the framework works, culminating in training a convolutional network of your own design on CIFAR-10 to get the best performance you can.
7070

7171
### Q6: Network Visualization: Saliency Maps, Class Visualization, and Fooling Images
7272

@@ -91,4 +91,4 @@ If your submission for this step was successful, you should see the following di
9191

9292
**2.** Submit the PDF and the zip file to [Gradescope](https://www.gradescope.com/courses/379571).
9393

94-
Remember to download `a2_code_submission.zip` and `a2_inline_submission.pdf` locally before submitting to Gradescope.
94+
Remember to download `a2_code_submission.zip` and `a2_inline_submission.pdf` locally before submitting to Gradescope.
-16.3 KB
Binary file not shown.

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
<a href="assignments2022/assignment1/">Assignment #1: Image Classification, kNN, SVM, Softmax, Fully Connected Neural Network</a>
2020
</div>
2121
<div class="materials-item">
22-
(To be released) Assignment #2: Fully Connected and Convolutional Nets, Batch Normalization, Dropout, Frameworks
23-
<!-- <a href="assignments2022/assignment2/">Assignment #2: Fully Connected and Convolutional Nets, Batch Normalization, Dropout, Frameworks</a> -->
22+
<!-- (To be released) Assignment #2: Fully Connected and Convolutional Nets, Batch Normalization, Dropout, Pytorch & Network Visualization -->
23+
<a href="assignments2022/assignment2/">Assignment #2: Fully Connected and Convolutional Nets, Batch Normalization, Dropout, Pytorch & Network Visualization</a>
2424
</div>
2525
<div class="materials-item">
2626
(To be released) Assignment #3: Image Captioning with RNNs and Transformers, Network Visualization,

0 commit comments

Comments
 (0)