decoder

How to create a decoder with varying input shape but fixed output shape?

How to create a decoder with varying input shape but fixed output shape? Question: I was playing around with autoencoders for mnist recently and this question appeared. "Is it possible to create a model with varying input shape but fixed output shape?" Example: Regularly decoder input will be e.g keras.layers.InputLayer(input_shape=(7, 7, 1)), you will have …

Total answers: 1