aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/gan
diff options
context:
space:
mode:
authorGravatar Lukas Geiger <lgeiger@users.noreply.github.com>2018-07-12 14:44:09 +0200
committerGravatar GitHub <noreply@github.com>2018-07-12 14:44:09 +0200
commitdd5d5bc1c8a0c49b2e18edac265628c9eacd8575 (patch)
treec14cc40ed5cb8f85725a48848b946ba1f45e4d11 /tensorflow/contrib/gan
parentb8ff1c197ddb8642ff50b876cfecdb6741777fab (diff)
[tfgan] Remove outdated estimator TODO
Training discriminator and generator with different ratios can already be done using `get_hooks_fn`. This was resolved in #14723
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).