TensorFlow Estimator 1.13.0-rc0
mihaimaruseac
released this
29 Jan 16:30
·
3 commits
to r1.13
since this release
Changes
- Replace all occurences of
tf.contrib.estimator.BaselineEstimator
withtf.estimator.BaselineEstimator
- Replace all occurences of
tf.contrib.estimator.DNNLinearCombinedEstimator
withtf.estimator.DNNLinearCombinedEstimator
- Replace all occurrences of
tf.contrib.estimator.DNNEstimator
withtf.estimator.DNNEstimator
- Replace all occurrences of
tf.contrib.estimator.LinearEstimator
withtf.estimator.LinearEstimator
- Users of
tf.contrib.estimator.export_all_saved_models
and related should switch totf.estimator.Estimator.experimental_export_all_saved_models
. - Update
regression_head
to head API for Canned Estimator V2. - Update
multi_class_head
to head API for Canned Estimator V2. - Replace all occurences of
tf.contrib.estimator.InMemoryEvaluatorHook
andtf.contrib.estimator.make_stop_at_checkpoint_step_hook
withtf.estimator.experimental.InMemoryEvaluatorHook
andtf.estimator.experimental.make_stop_at_checkpoint_step_hook
- Migrate linear optimizer from contrib to core.
Thanks to our Contributors
This release contains contributions from many people at Google.