W3cubDocs

/TensorFlow Python

Module: tf.contrib.opt

Module tf.contrib.opt

A module containing optimization routines.

Members

class ExternalOptimizerInterface: Base class for interfaces with external optimization algorithms.

class MovingAverageOptimizer: Optimizer that computes a moving average of the variables.

class ScipyOptimizerInterface: Wrapper allowing scipy.optimize.minimize to operate a tf.Session.

class VariableClippingOptimizer: Wrapper optimizer that clips the norm of specified variables after update.

Defined in tensorflow/contrib/opt/__init__.py.

© 2017 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/opt