Skip to content

Commit ef9ad7f

Browse files
authored
Update assignment3.md
1 parent dc9458e commit ef9ad7f

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

assignments/2021/assignment3.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ This assignment is due on **Tuesday, May 25 2021** at 11:59pm PDT.
1818
- [Setup](#setup)
1919
- [Goals](#goals)
2020
- [Google Colaboratory](#option-a-google-colaboratory-recommended)
21-
- [Q1: Image Captioning with LSTMs (23 points)](#q1-image-captioning-with-lstms-23-points)
21+
- [Q1: Image Captioning with Vanilla RNNs (29 points)](#q1-image-captioning-with-vanilla-rnns-29-points)
2222
- [Q2: Image Captioning with Transformers (18 points)](#q2-image-captioning-with-transformers-18-points)
2323
- [Q3: Network Visualization: Saliency maps, Class Visualization, and Fooling Images (15 points)](#q3-network-visualization-saliency-maps-class-visualization-and-fooling-images-15-points)
2424
- [Q4: Generative Adversarial Networks (15 points)](#q4-generative-adversarial-networks-15-points)
2525
- [Q5: Self-Supervised Learning for Image Classification (15 points)](#q5-self-supervised-learning-15-points)
26-
- [Optional (Extra Credit): Image Captioning with Vanilla RNNs (tbd points)](#optional-image-captioning-with-vanilla-rnns-29-points)
27-
- [Optional (Extra Credit): Style Transfer (tbd points)](#optional-style-transfer-15-points)
26+
- [Optional (Extra Credit): Image Captioning with LSTMs (5 points)](#optional-image-captioning-with-lstms-5-points)
27+
- [Optional (Extra Credit): Style Transfer (5 points)](#optional-style-transfer-5-points)
2828
- [Submitting your work](#submitting-your-work)
2929

3030

@@ -56,9 +56,9 @@ The goals of this assignment are as follows:
5656

5757
**You will use PyTorch for the majority of this homework.**
5858

59-
### Q1: Image Captioning with LSTMs (23 points)
59+
### Q1: Image Captioning with Vanilla RNNs (29 points)
6060

61-
The notebook `LSTM_Captioning.ipynb` will walk you through the implementation of Long-Short Term Memory (LSTM) RNNs and apply them to image captioning on COCO.
61+
The notebook `RNN_Captioning.ipynb` will walk you through the implementation of vanilla recurrent neural networks and apply them to image captioning on COCO.
6262

6363
### Q2: Image Captioning with Transformers (18 points)
6464

@@ -76,11 +76,11 @@ In the notebook `Generative_Adversarial_Networks.ipynb` you will learn how to ge
7676

7777
In the notebook `Self_Supervised_Learning.ipynb`, you will learn how to leverage self-supervised pretraining to obtain better performance on image classification task **When first opening the notebook, go to `Runtime > Change runtime type` and set `Hardware accelerator` to `GPU`.**
7878

79-
### Optional (Extra Credit): Image Captioning with Vanilla RNNs (tbd points)
79+
### Optional (Extra Credit): Image Captioning with LSTMs (5 points)
8080

81-
The notebook `RNN_Captioning.ipynb` will walk you through the implementation of vanilla recurrent neural networks and apply them to image captioning on COCO.
81+
The notebook `LSTM_Captioning.ipynb` will walk you through the implementation of Long-Short Term Memory (LSTM) RNNs and apply them to image captioning on COCO.
8282

83-
### Optional (Extra Credit): Style Transfer (tbd points)
83+
### Optional (Extra Credit): Style Transfer (5 points)
8484

8585
In the notebook `Style_Transfer.ipynb`, you will learn how to create images with the content of one image but the style of another.
8686

0 commit comments

Comments
 (0)