summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorCameron <cysmith1010@gmail.com>2016-10-25 16:42:15 -0600
committerGitHub <noreply@github.com>2016-10-25 16:42:15 -0600
commitdbb23404ccf87cbb90d1fc4b6dfe9449ce5511e0 (patch)
tree5faf61c46d09a40ef7c055f9915d35f81d7f499b /README.md
parentb4fd59d807eebccb394aeaf70c4eb02a03e0d010 (diff)
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/README.md b/README.md
index 1c79909..d7aa978 100644
--- a/README.md
+++ b/README.md
@@ -159,13 +159,13 @@ The initialization of the gradient descent is controlled using `--init_img_type`
Here we reproduce Figure 6 from the first paper:
<p align="center">
-<img src="examples/initialization/init_content.png" height="192px">
-<img src="examples/initialization/init_style.png" height="192px">
-<img src="examples/initialization/init_random_1.png" height="192px">
+<img src="examples/initialization/init_content.png" width="192">
+<img src="examples/initialization/init_style.png" width="192">
+<img src="examples/initialization/init_random_1.png" width="192">
-<img src="examples/initialization/init_random_2.png" height="192px">
-<img src="examples/initialization/init_random_3.png" height="192px">
-<img src="examples/initialization/init_random_4.png" height="192px">
+<img src="examples/initialization/init_random_2.png" width="192">
+<img src="examples/initialization/init_random_3.png" width="192">
+<img src="examples/initialization/init_random_4.png" width="192">
</p>
*Top row (Left to right)*: Initialized with the content image, the style image, white noise (seed 1)
*Bottom row (Left to right)*: Initialized with white noise (seed 2), white noise (seed 3), white noise (seed 4)