2021年1月22日星期五

Feed keras model input to the output layer

So I am building a keras sequential model in which the last output layer is an Upsampling2D layer & I need to feed the input image to that output layer to do a simple operation and return the output, any ideas?

EDIT :

The model mentioned before is the generator of a GAN model in which I need to add the input image to the output of the generator before feeding it to the discriminator

https://stackoverflow.com/questions/65835778/feed-keras-model-input-to-the-output-layer January 22, 2021 at 05:11AM

没有评论:

发表评论