merve HF staff commited on
Commit
63b50c5
1 Parent(s): d65d1e8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -21,11 +21,11 @@ Full credits to: [François Chollet](https://twitter.com/fchollet)
21
 
22
  It was first introduced by Alexander Mordvintsev from Google in July 2015.
23
 
24
- Process:
25
 
26
  - Load the original image.
27
  - Define a number of processing scales ("octaves"), from smallest to largest.
28
  - Resize the original image to the smallest scale.
29
- - 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
30
  - 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.
31
 
 
21
 
22
  It was first introduced by Alexander Mordvintsev from Google in July 2015.
23
 
24
+ Process:
25
 
26
  - Load the original image.
27
  - Define a number of processing scales ("octaves"), from smallest to largest.
28
  - Resize the original image to the smallest scale.
29
+ - For every scale, starting with the smallest (i.e. current one): - Run gradient ascent - Upscale image to the next scale - Re-inject the detail that was lost at upscaling time
30
  - 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.
31