aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/gan
diff options
context:
space:
mode:
authorGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-08-06 13:28:47 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-08-06 13:28:47 -0700
commite7a6afe872a61c981b8c257e472ff1b71c160a3a (patch)
treecb2c60ea1cba41af64ed500bec3c42ebcf708ee3 /tensorflow/contrib/gan
parent1132333db732548e85c2c860239421b649dcc5d6 (diff)
parentdd5d5bc1c8a0c49b2e18edac265628c9eacd8575 (diff)
Merge pull request #20735 from lgeiger:patch-1
PiperOrigin-RevId: 207596874
Diffstat (limited to 'tensorflow/contrib/gan')
-rw-r--r--tensorflow/contrib/gan/python/estimator/python/gan_estimator_impl.py3
1 files changed, 0 insertions, 3 deletions
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 8e4affb9b4..ab9886580d 100644
--- a/tensorflow/contrib/gan/python/estimator/python/gan_estimator_impl.py
+++ b/tensorflow/contrib/gan/python/estimator/python/gan_estimator_impl.py
@@ -53,9 +53,6 @@ _summary_type_map = {
}
-# TODO(joelshor): For now, this only supports 1:1 generator:discriminator
-# training sequentially. Find a nice way to expose options to the user without
-# exposing internals.
class GANEstimator(estimator.Estimator):
"""An estimator for Generative Adversarial Networks (GANs).