keras InvalidArgumentError: Incompatible shapes: [10,1] vs. [10,60,60,3600] #14268
Labels
stale
stat:awaiting response from contributor
type:support
User is asking for help / asking an implementation question. Stackoverflow would be better suited.
I am trying to train an anime face dataset on an autoencoder. but at the time of training it gives me this error.
InvalidArgumentError: Incompatible shapes: [10,1] vs. [10,60,60,3600]
I have a folder with 63,565 color images of anime faces and each image has a different size.
what am I doing wrong?
The text was updated successfully, but these errors were encountered: