Keras TPU support: Fix minior usability issue.
The current code fails with the following code: use_pipeline = magic_function() model.fit(..., _pipeline=use_pipeline) when use_pipeline is True, it's not pop out from kwargs thus causing exceptions in line 1559 PiperOrigin-RevId: 217256095
Loading
Please sign in to comment