- Keras Deep Learning Cookbook
- Rajdeep Dua Manpreet Singh Ghotra
- 23字
- 2021-06-10 19:38:54
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)