Skip to content

Commit c3943d1

Browse files
authored
Update assignment3.md
1 parent 9281148 commit c3943d1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

assignments/2021/assignment3.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,11 @@ 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 Vanilla RNNs (29 points)
59+
### Q1: Image Captioning with Vanilla RNNs (30 points)
6060

6161
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

63-
### Q2: Image Captioning with Transformers (18 points)
63+
### Q2: Image Captioning with Transformers (20 points)
6464

6565
The notebook `Transformer_Captioning.ipynb` will walk you through the implementation of a Transformer model and apply it to image captioning on COCO. **When first opening the notebook, go to `Runtime > Change runtime type` and set `Hardware accelerator` to `GPU`.**
6666

@@ -72,7 +72,7 @@ The notebook `Network_Visualization.ipynb` will introduce the pretrained Squeeze
7272

7373
In the notebook `Generative_Adversarial_Networks.ipynb` you will learn how to generate images that match a training dataset and use these models to improve classifier performance when training on a large amount of unlabeled data and a small amount of labeled data. **When first opening the notebook, go to `Runtime > Change runtime type` and set `Hardware accelerator` to `GPU`.**
7474

75-
### Q5: Self-Supervised Learning (16 points)
75+
### Q5: Self-Supervised Learning (20 points)
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

0 commit comments

Comments
 (0)