Skip to content

Commit 40a5739

Browse files
committed
Remove <center> tags, which are breaking images in README.md files
1 parent b51cdf3 commit 40a5739

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

inception/README.md

-2
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,7 @@ evaluation with a computational cost of 5 billion multiply-adds per inference
1818
and with using less than 25 million parameters. Below is a visualization of the
1919
model architecture.
2020

21-
<center>
2221
![Inception-v3 Architecture](g3doc/inception_v3_architecture.png)
23-
</center>
2422

2523
## Description of Code
2624

street/README.md

-2
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,9 @@ identify the name of a street (in France) from an image containing upto four
3232
different views of the street name sign. The model merges information from the
3333
different views and normalizes the text to the correct format. For example:
3434

35-
<center>
3635
![Example image](g3doc/avdessapins.png)
3736

3837
Avenue des Sapins
39-
</center>
4038

4139

4240
## Installing and setting up the STREET model

0 commit comments

Comments
 (0)