Skip to content

Commit 1d21c24

Browse files
authored
Update README.md
1 parent 6382229 commit 1d21c24

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
This is a **PyTorch tutorial to Image Captioning**.
22

3-
This is part of a series of tutorials I plan to write about _implementing_ cool models on your own with the amazing PyTorch library.
3+
This is the first of a series of tutorials I plan to write about _implementing_ cool models on your own with the amazing PyTorch library.
44

55
Basic knowledge of PyTorch, convolutional and recurrent neural networks, loss functions is assumed.
66

@@ -20,7 +20,9 @@ Questions, suggestions, or corrections can be posted as issues.
2020

2121
# Objective
2222

23-
We want to build a model that can generate a descriptive caption for an image we provide it. Moreover, this model should incorporate an _attention_ mechanism, whereby it concentrates on the relevant parts of the image as it generates a caption.
23+
> To build a model that can generate a descriptive caption for an image we provide it.
24+
25+
Moreover, this model should incorporate an _attention_ mechanism, whereby it concentrates on the relevant parts of the image as it generates a caption.
2426

2527
In the interest of keeping things simple, let's choose to implement the [_Show, Attend, and Tell_](https://arxiv.org/abs/1502.03044) paper. This is by no means the current state-of-the-art, but is a suitable place to begin.
2628

0 commit comments

Comments
 (0)