You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[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)
28
28
-[Submitting your work](#submitting-your-work)
29
29
30
30
@@ -56,9 +56,9 @@ The goals of this assignment are as follows:
56
56
57
57
**You will use PyTorch for the majority of this homework.**
58
58
59
-
### Q1: Image Captioning with LSTMs (23 points)
59
+
### Q1: Image Captioning with Vanilla RNNs (29 points)
60
60
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.
62
62
63
63
### Q2: Image Captioning with Transformers (18 points)
64
64
@@ -76,11 +76,11 @@ In the notebook `Generative_Adversarial_Networks.ipynb` you will learn how to ge
76
76
77
77
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`.**
### Optional (Extra Credit): Image Captioning with LSTMs (5 points)
80
80
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.
82
82
83
-
### Optional (Extra Credit): Style Transfer (tbd points)
83
+
### Optional (Extra Credit): Style Transfer (5 points)
84
84
85
85
In the notebook `Style_Transfer.ipynb`, you will learn how to create images with the content of one image but the style of another.
0 commit comments