Module: tf.contrib.gan.estimator

Defined in tensorflow/contrib/gan/python/estimator/__init__.py.

TFGAN estimator module.

GANEstimator provides all the infrastructure support of a TensorFlow Estimator with the feature support of TFGAN.

Modules

gan_estimator module: tf.Learn components for GANEstimator.

head module: tf.Learn components for GANEstimator's loss.

stargan_estimator module: tf.Learn components for GANEstimator.

Classes

class GANEstimator: An estimator for Generative Adversarial Networks (GANs).

class GANHead: Head for a GAN.

class StarGANEstimator: An estimator for Generative Adversarial Networks (GANs).

class SummaryType: An enumeration.

Functions

gan_head(...): Creates a GANHead. (deprecated)