Преглед изворни кода

Remove <center> tags, which are breaking images in README.md files

Neal Wu пре 8 година
родитељ
комит
40a5739ae2
2 измењених фајлова са 0 додато и 4 уклоњено
  1. 0 2
      inception/README.md
  2. 0 2
      street/README.md

+ 0 - 2
inception/README.md

@@ -18,9 +18,7 @@ evaluation with a computational cost of 5 billion multiply-adds per inference
 and with using less than 25 million parameters. Below is a visualization of the
 and with using less than 25 million parameters. Below is a visualization of the
 model architecture.
 model architecture.
 
 
-<center>
 ![Inception-v3 Architecture](g3doc/inception_v3_architecture.png)
 ![Inception-v3 Architecture](g3doc/inception_v3_architecture.png)
-</center>
 
 
 ## Description of Code
 ## Description of Code
 
 

+ 0 - 2
street/README.md

@@ -32,11 +32,9 @@ identify the name of a street (in France) from an image containing upto four
 different views of the street name sign. The model merges information from the
 different views of the street name sign. The model merges information from the
 different views and normalizes the text to the correct format. For example:
 different views and normalizes the text to the correct format. For example:
 
 
-<center>
 ![Example image](g3doc/avdessapins.png)
 ![Example image](g3doc/avdessapins.png)
 
 
 Avenue des Sapins
 Avenue des Sapins
-</center>
 
 
 
 
 ## Installing and setting up the STREET model
 ## Installing and setting up the STREET model