image-clustering icon indicating copy to clipboard operation
image-clustering copied to clipboard

Error during prediction

Open Exorcismus opened this issue 5 years ago • 2 comments

There is an error thrown during prediction

pred = model1.predict(self.images) the error is ValueError: Error when checking input: expected input_1 to have 4 dimensions, but got array with shape (500, 150528) I think it's handling all images as one

Exorcismus avatar Nov 13 '19 11:11 Exorcismus

ValueError: Error when checking input: expected input_1 to have 4 dimensions, but got array with shape (500, 150528)

luoolu avatar Jan 10 '20 03:01 luoolu

Was anyone able to figure this issue out?

KO-o-a avatar Jun 22 '20 21:06 KO-o-a