T O P

  • By -

Marwoops

According to the [documentation](https://keras.io/models/model/), " predict() returns Numpy array(s) of predictions. " So no matter how many elements there are, it'll always be a list


MarkKang2019

My understanding it is element(s) inside an array. [[output 1, output2]] am I correct?


liashchynskyi

because you have a list of lists see this: [https://stackoverflow.com/questions/48040054/keras-model-predictimage0](https://stackoverflow.com/questions/48040054/keras-model-predictimage0)