Commit 06149146 authored by talkdirty's avatar talkdirty Committed by Neal Wu
Browse files

Readme.md: Fix Image displayment

The `center` tag would cause the image not to be rendered, but the raw text to be inserted. Simply removing the center tag fixes this.
parent 0de0e850
...@@ -37,9 +37,7 @@ Full text available at: http://arxiv.org/abs/1609.06647 ...@@ -37,9 +37,7 @@ Full text available at: http://arxiv.org/abs/1609.06647
The *Show and Tell* model is a deep neural network that learns how to describe The *Show and Tell* model is a deep neural network that learns how to describe
the content of images. For example: the content of images. For example:
<center>
![Example captions](g3doc/example_captions.jpg) ![Example captions](g3doc/example_captions.jpg)
</center>
### Architecture ### Architecture
...@@ -66,9 +64,7 @@ learned during training. ...@@ -66,9 +64,7 @@ learned during training.
The following diagram illustrates the model architecture. The following diagram illustrates the model architecture.
<center>
![Show and Tell Architecture](g3doc/show_and_tell_architecture.png) ![Show and Tell Architecture](g3doc/show_and_tell_architecture.png)
</center>
In this diagram, \{*s*<sub>0</sub>, *s*<sub>1</sub>, ..., *s*<sub>*N*-1</sub>\} In this diagram, \{*s*<sub>0</sub>, *s*<sub>1</sub>, ..., *s*<sub>*N*-1</sub>\}
are the words of the caption and \{*w*<sub>*e*</sub>*s*<sub>0</sub>, are the words of the caption and \{*w*<sub>*e*</sub>*s*<sub>0</sub>,
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment