Make `steps_per_epoch`, `steps`, `validation_steps` optional for non-infinite datasets.
(Note: if your dataset is infinite but that fact is unknowable (cardinality=UNKNOWN), and you forget the `steps` argument, your model will train forever, and ever, and ever) PiperOrigin-RevId: 228816626
Loading
Please sign in to comment