Skip to content

Commit cfdcf6b

Browse files
authored
update LSTM rubrics
1 parent 9e8bd16 commit cfdcf6b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

assignments/2020/assignment3.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ This assignment is due on **Wednesday, May 27 2020** at 11:59pm PDT.
2121
- [Option A: Google Colaboratory (Recommended)](#option-a-google-colaboratory-recommended)
2222
- [Option B: Local Development](#option-b-local-development)
2323
- [Q1: Image Captioning with Vanilla RNNs (29 points)](#q1-image-captioning-with-vanilla-rnns-29-points)
24-
- [Q2: Image Captioning with LSTMs (30 points)](#q2-image-captioning-with-lstms-30-points)
24+
- [Q2: Image Captioning with LSTMs (23 points)](#q2-image-captioning-with-lstms-23-points)
2525
- [Q3: Network Visualization: Saliency maps, Class Visualization, and Fooling Images (15 points)](#q3-network-visualization-saliency-maps-class-visualization-and-fooling-images-15-points)
2626
- [Q4: Style Transfer (15 points)](#q4-style-transfer-15-points)
2727
- [Q5: Generative Adversarial Networks (15 points)](#q5-generative-adversarial-networks-15-points)
@@ -82,7 +82,7 @@ Complete each notebook, then once you are done, go to the [submission instructio
8282

8383
The notebook `RNN_Captioning.ipynb` will walk you through the implementation of an image captioning system on MS-COCO using vanilla recurrent networks.
8484

85-
### Q2: Image Captioning with LSTMs (30 points)
85+
### Q2: Image Captioning with LSTMs (23 points)
8686

8787
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 MS-COCO.
8888

0 commit comments

Comments
 (0)