Save the original from_proto method before calling it to avoid infinite loop.
authorPriya Gupta <priyag@google.com>
Thu, 5 Apr 2018 19:57:49 +0000 (12:57 -0700)
committerTensorFlower Gardener <gardener@tensorflow.org>
Thu, 5 Apr 2018 20:00:12 +0000 (13:00 -0700)
commit4ef9be236bdbf4cc50c71514503c0aa0fd41f72e
tree4e4794ad5f1a6a5f34bb69897eb86a073f8d07b4
parentfeb8d7b53953826e0d1b4bc68726392ac0ab310b
Save the original from_proto method before calling it to avoid infinite loop.

PiperOrigin-RevId: 191784430
tensorflow/python/training/distribute.py