Create copy of locals() before copying, since modifying locals does not always affect...
authorA. Unique TensorFlower <gardener@tensorflow.org>
Mon, 16 Apr 2018 23:15:19 +0000 (16:15 -0700)
committerTensorFlower Gardener <gardener@tensorflow.org>
Mon, 16 Apr 2018 23:18:08 +0000 (16:18 -0700)
commit4f64c4bfb04038459d9551caf018890e2e7d5c41
treeac8b0b8c3a9fc5eab15ba8468bbc15bb8d463bb6
parentf59a82f2b08dca1641d5766fdd2234d3b665a862
Create copy of locals() before copying, since modifying locals does not always affect the values. https://docs.python.org/2/library/functions.html#locals.

PiperOrigin-RevId: 193116254
tensorflow/contrib/gan/python/train.py