keras-blog icon indicating copy to clipboard operation
keras-blog copied to clipboard

Fix border mode in 'Convolutional autoencoder'

Open 23pointsNorth opened this issue 8 years ago • 0 comments

By default border_mode='valid', thus there will be a tensor difference between the inputs and outputs.

Added , border_mode='same' as in the layer above within the model.

This fixes the code here.

23pointsNorth avatar Nov 08 '16 17:11 23pointsNorth