image-clustering
image-clustering copied to clipboard
Error during prediction
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
ValueError: Error when checking input: expected input_1 to have 4 dimensions, but got array with shape (500, 150528)
Was anyone able to figure this issue out?