Defined in tensorflow/contrib/gan/python/features/__init__.py
.
TFGAN features module.
This module includes support for virtual batch normalization, buffer replay, conditioning, etc.
class VBN
: A class to perform virtual batch normalization.
clip_discriminator_weights(...)
: Modifies an optimizer so it clips weights to a certain value.
clip_variables(...)
: Modifies an optimizer so it clips weights to a certain value.
condition_tensor(...)
: Condition the value of a tensor.
condition_tensor_from_onehot(...)
: Condition a tensor based on a one-hot tensor.
tensor_pool(...)
: Queue storing input values and returning random previously stored ones.
__cached__
__loader__
__spec__
© 2018 The TensorFlow Authors. All rights reserved.
Licensed under the Creative Commons Attribution License 3.0.
Code samples licensed under the Apache 2.0 License.
https://www.tensorflow.org/api_docs/python/tf/contrib/gan/features