Keras Deep Learning Cookbook
上QQ阅读APP看书,第一时间看更新

Evaluate the model

The evaluate method is used to evaluate metrics of the model, done using batches:

evaluate(x=None, y=None, batch_size=None, verbose=1, sample_weight=None, steps=None)