Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix
tf.keras.estimator.model_to_estimator
in tf_nightly
.
With the keras implementation moved the and the old estimator version here, model_to_estimator was reading the class definitions from the tensorflow source instead of the keras source, so some `isinstance()` checks were comparing two different implementations of the same class and returning False when it should have been True. PiperOrigin-RevId: 380254729 Change-Id: If506ccdac39e9aacd9bc38b14608aaaf287e98a4
- Loading branch information