decoder_layer = autoencoder.layers[-1] decoder = Model(encoded_input, decoder_layer(encoded_input)). This code works for single-layer ...
確定! 回上一頁