Skip to content

Commit

Permalink
Update assignment3.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AntheaLi authored May 4, 2021
1 parent 9281148 commit c3943d1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions assignments/2021/assignment3.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,11 @@ The goals of this assignment are as follows:

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

### Q1: Image Captioning with Vanilla RNNs (29 points)
### Q1: Image Captioning with Vanilla RNNs (30 points)

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

### Q2: Image Captioning with Transformers (18 points)
### Q2: Image Captioning with Transformers (20 points)

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`.**

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

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`.**

### Q5: Self-Supervised Learning (16 points)
### Q5: Self-Supervised Learning (20 points)

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`.**

Expand Down

0 comments on commit c3943d1

Please sign in to comment.