Make `steps` and `steps_per_epoch` optional for TPUStrategy when runs_per_step is 1
Note: If the user passes a dataset which is repeated indefinitely and has unknown cardinality, and does not specify `steps`/`steps_per_epoch` parameter, then predict()/fit()/evaluate() will run forever. PiperOrigin-RevId: 233135393
Loading
Please sign in to comment