Skip to content

Commit e8aa5a1

Browse files
authored
update a3 rubrics
1 parent 4c78801 commit e8aa5a1

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
@@ -20,7 +20,7 @@ This assignment is due on **Wednesday, May 27 2020** at 11:59pm PDT.
2020
- [Setup](#setup)
2121
- [Option A: Google Colaboratory (Recommended)](#option-a-google-colaboratory-recommended)
2222
- [Option B: Local Development](#option-b-local-development)
23-
- [Q1: Image Captioning with Vanilla RNNs (25 points)](#q1-image-captioning-with-vanilla-rnns-25-points)
23+
- [Q1: Image Captioning with Vanilla RNNs (29 points)](#q1-image-captioning-with-vanilla-rnns-29-points)
2424
- [Q2: Image Captioning with LSTMs (30 points)](#q2-image-captioning-with-lstms-30-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)
@@ -80,7 +80,7 @@ Complete each notebook, then once you are done, go to the [submission instructio
8080

8181
**You can do Questions 3, 4, and 5 in TensorFlow or PyTorch. There are two versions of each of these notebooks, one for TensorFlow and one for PyTorch. No extra credit will be awarded if you do a question in both TensorFlow and PyTorch**
8282

83-
### Q1: Image Captioning with Vanilla RNNs (25 points)
83+
### Q1: Image Captioning with Vanilla RNNs (29 points)
8484

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

0 commit comments

Comments
 (0)