Module: contrib.opt

Module: tf.contrib.opt

Module tf.contrib.opt

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

A module containing optimization routines.

Classes

class DropStaleGradientOptimizer: Wrapper optimizer that checks and drops stale gradient.

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

class LazyAdamOptimizer: Variant of the Adam optimizer that handles sparse updates more efficiently.

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

class NadamOptimizer: Optimizer that implements the Nadam algorithm.

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.

© 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

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部