merve HF staff commited on
Commit
8f1e901
·
1 Parent(s): ab371fd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
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
+