how to test a model on a single example in keras Example: model.predict([x_test]) error Just put model.predict(x_test) instead of model.predict([x_test])