You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove keras.experimental.export_saved_model API. It was deprecated in TF 1.15, which was 3 years ago. It was never a stable API in the first place (it was an experimental API) and had no backwards compatibility guarantee.
Consider upgrading to:
1. `model.save()`
2. `tf.saved_model.save()`
PiperOrigin-RevId: 474040485
0 commit comments