Python Keras Convolutional autoencoder. ValueError: logits and labels must have the same shape

后端 未结 0 1831
情书的邮戳
情书的邮戳 2021-01-22 16:40

I took most of this code from here. I am very new to autoencoders.

Heres the code:

input_img = keras.Input(shape=(64, 55,1))

x = keras.layers.Conv2D(16, (         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题