TypeError: 'numpy.float64' object is not iterable Keras
As you can see here :
https://github.com/fchollet/keras/blob/master/keras/engine/training.py
The evaluate method returns only test loss (or losses). So assigning result of this method to a pair results in error.