Skip to content

Commit e60add8

Browse files
committed
a3: update points for assignment3
1 parent e8d7b20 commit e60add8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

assignments/2022/assignment3.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Starter code containing Colab notebooks can be [downloaded here]({{site.hw_3_col
1212
- [Setup](#setup)
1313
- [Goals](#goals)
1414
- [Q1: Image Captioning with Vanilla RNNs (30 points)](#q1-image-captioning-with-vanilla-rnns-30-points)
15-
- [Q2: Image Captioning with Transformers (20 points)](#q2-image-captioning-with-transformers-20-points)
15+
- [Q2: Image Captioning with Transformers (25 points)](#q2-image-captioning-with-transformers-25-points)
1616
- [Q3: Generative Adversarial Networks (15 points)](#q3-generative-adversarial-networks-15-points)
1717
- [Q4: Self-Supervised Learning for Image Classification (20 points)](#q4-self-supervised-learning-for-image-classification-20-points)
1818
- [Extra Credit: Image Captioning with LSTMs (5 points)](#extra-credit-image-captioning-with-lstms-5-points)
@@ -46,7 +46,7 @@ The goals of this assignment are as follows:
4646

4747
The notebook `RNN_Captioning.ipynb` will walk you through the implementation of vanilla recurrent neural networks and apply them to image captioning on COCO.
4848

49-
### Q2: Image Captioning with Transformers (20 points)
49+
### Q2: Image Captioning with Transformers (25 points)
5050

5151
The notebook `Transformer_Captioning.ipynb` will walk you through the implementation of a Transformer model and apply it to image captioning on COCO.
5252

0 commit comments

Comments
 (0)