Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Added some details about what was possible with bilinear interpolation.
  • Loading branch information
gabrieldemarmiesse committed Aug 25, 2018
commit 2833ee4b3b804a485f3f2e2639634b293676d9d6
2 changes: 2 additions & 0 deletions keras/layers/convolutional.py
Original file line number Diff line number Diff line change
Expand Up @@ -1917,6 +1917,8 @@ class UpSampling2D(Layer):
Keras config file at `~/.keras/keras.json`.
If you never set it, then it will be "channels_last".
interpolation: A string, one of `nearest` or `bilinear`.
Note that CNTK does not support yet the `bilinear` upscaling
and that with Theano, only `size=(2, 2)` is possible.

# Input shape
4D tensor with shape:
Expand Down