From 71896cc7e5bd3d1b8b5bb615eac7bebf86fa998c Mon Sep 17 00:00:00 2001 From: Raghuraman Krishnamoorthi Date: Wed, 3 Jan 2018 19:06:54 -0800 Subject: Merge changes from github. PiperOrigin-RevId: 180746153 --- tensorflow/contrib/gan/python/estimator/python/gan_estimator_impl.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tensorflow/contrib/gan') diff --git a/tensorflow/contrib/gan/python/estimator/python/gan_estimator_impl.py b/tensorflow/contrib/gan/python/estimator/python/gan_estimator_impl.py index d3dca3d9e7..0d51c282a8 100644 --- a/tensorflow/contrib/gan/python/estimator/python/gan_estimator_impl.py +++ b/tensorflow/contrib/gan/python/estimator/python/gan_estimator_impl.py @@ -96,7 +96,7 @@ class GANEstimator(estimator.Estimator): # Generate samples from generator. predictions = np.array([ x for x in gan_estimator.predict(predict_input_fn)]) - ``` + ``` """ def __init__(self, -- cgit v1.2.3