Allow `warm_start_from` argument to be a SavedModel path.
authorA. Unique TensorFlower <gardener@tensorflow.org>
Tue, 1 May 2018 23:20:47 +0000 (16:20 -0700)
committerTensorFlower Gardener <gardener@tensorflow.org>
Tue, 1 May 2018 23:23:11 +0000 (16:23 -0700)
commitfb8f040f2a927c6df149238da7c4278cf781d081
treef6201f6c66fbaf35661d708773b9a1d4f43c303b
parent210abebd3febdd2c44ab5021bcebf8f1f5d451c4
Allow `warm_start_from` argument to be a SavedModel path.

PiperOrigin-RevId: 195015356
tensorflow/python/estimator/estimator.py
tensorflow/python/estimator/estimator_test.py