Optimizer
Optimizers move weights along gradients. They are managed by the trainer.
https://www.tensorflow.org/api_docs/python/tf/compat/v1/train/Optimizer
Access
Optimizers are compatible with tf 1.0 implemented optimizers and are not GANComponents.
Last updated