tf.contrib.training.multiply_gradients

Multiply specified gradients.

Args
grads_and_vars A list of gradient to variable pairs (tuples).
gradient_multipliers A map from either Variables or Variable op names to the coefficient by which the associated gradient should be scaled.
Returns
The updated list of gradient to variable pairs.
Raises
ValueError If grads_and_vars is not a list or if gradient_multipliers is empty or None or if gradient_multipliers is not a dictionary.

© 2020 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/versions/r1.15/api_docs/python/tf/contrib/training/multiply_gradients