Update README.md
Browse files
README.md
CHANGED
@@ -26,4 +26,5 @@ Process:
|
|
26 |
- Resize the original image to the smallest scale.
|
27 |
- For every scale, starting with the smallest (i.e. current one): - Run gradient ascent - Upscale image to the next scale - Reinject the detail that was lost at upscaling time
|
28 |
- Stop when we are back to the original size. To obtain the detail lost during upscaling, we simply take the original image, shrink it down, upscale it, and compare the result to the (resized) original image.
|
29 |
-
![deepdream](https://keras.io/img/examples/generative/deep_dream/deep_dream_17_0.png)
|
|
|
|
26 |
- Resize the original image to the smallest scale.
|
27 |
- For every scale, starting with the smallest (i.e. current one): - Run gradient ascent - Upscale image to the next scale - Reinject the detail that was lost at upscaling time
|
28 |
- Stop when we are back to the original size. To obtain the detail lost during upscaling, we simply take the original image, shrink it down, upscale it, and compare the result to the (resized) original image.
|
29 |
+
![deepdream](https://keras.io/img/examples/generative/deep_dream/deep_dream_17_0.png)
|
30 |
+
|