Skip to content

Commit

Permalink
Merge pull request #45 from StoneCypher/patch-1
Browse files Browse the repository at this point in the history
typo fix "poooling" -> "pooling"
  • Loading branch information
titu1994 authored Apr 14, 2018
2 parents 037a8a7 + 69080fb commit 18dbafe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ This method tends to create better output images, however parameters have to be
Therefore their is a argument 'init_image' which can take the options 'content' or 'noise'

- Can use AveragePooling2D inplace of MaxPooling2D layers
The original paper uses AveragePooling for better results, but this can be changed to use MaxPooling2D layers via the argument `--pool_type="max"`. By default MaxPoooling is used, since if offers sharper images, but AveragePooling applies the style better in some cases (especially when style image is the "Starry Night" by Van Gogh).
The original paper uses AveragePooling for better results, but this can be changed to use MaxPooling2D layers via the argument `--pool_type="max"`. By default MaxPooling is used, since if offers sharper images, but AveragePooling applies the style better in some cases (especially when style image is the "Starry Night" by Van Gogh).

- Style weight scaling
- Rescaling of image to original dimensions, using lossy upscaling present
Expand Down

0 comments on commit 18dbafe

Please sign in to comment.