Keras_Deep_Clustering icon indicating copy to clipboard operation
Keras_Deep_Clustering copied to clipboard

ValueError: Layer AE was called with an input that isn't a symbolic tensor. Received type: <class 'int'>. Full input: [784, 500, 500, 2000, 10]. All inputs to the layer should be tensors.

Open HodaFakharzade opened this issue 6 years ago • 0 comments

when I try to run the part Model to train clustering and autoencoder at same time(Fully connected)! I get the ValueError: Layer AE was called with an input that isn't a symbolic tensor. Received type: <class 'int'>. Full input: [784, 500, 500, 2000, 10]. All inputs to the layer should be tensors. pls hel fix it

HodaFakharzade avatar Mar 05 '19 23:03 HodaFakharzade