- Disable `run_eagerly` and distribution strategy if there are symbolic...
- Disable `run_eagerly` and distribution strategy if there are symbolic tensors added to the model using `add_metric` or `add_loss`. - Added error message for when subclassed model/Sequential model without input_shape is used with DS. - Add error message when `run_eagerly` is enabled with DS. PiperOrigin-RevId: 235225004
Loading
Please sign in to comment