提交 91c701e2 编写于 作者: L Leonardo Taccari 提交者: François Chollet

Explicitly mention using a Sequence object in val (#10223)

上级 3e9048bc
......@@ -1340,7 +1340,7 @@ class Model(Network):
List of callbacks to apply during training.
See [callbacks](/callbacks).
validation_data: This can be either
- a generator for the validation data
- a generator or a `Sequence` object for the validation data
- tuple `(x_val, y_val)`
- tuple `(x_val, y_val, val_sample_weights)`
on which to evaluate
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册