Allow vars_to_warm_start to be a list of strings or Variables, which allows for non...
authorA. Unique TensorFlower <gardener@tensorflow.org>
Wed, 23 May 2018 21:57:23 +0000 (14:57 -0700)
committerTensorFlower Gardener <gardener@tensorflow.org>
Wed, 23 May 2018 22:02:33 +0000 (15:02 -0700)
commitaee7ebade2a975bdc3518bc47aef7d4f29614eb6
tree4410874fb4381bc611f67558e280eaaa0766e5cd
parent6291321143ed2b122063593ef8a1e77f201f715f
Allow vars_to_warm_start to be a list of strings or Variables, which allows for non-TRAINABLE_VARIABLES to be warm-started.

PiperOrigin-RevId: 197794989
tensorflow/python/estimator/estimator.py
tensorflow/python/training/warm_starting_util.py
tensorflow/python/training/warm_starting_util_test.py