tf.contrib.training.add_gradients_summaries
Stay organized with collections
Save and categorize content based on your preferences.
Add summaries to gradients.
tf.contrib.training.add_gradients_summaries(
grads_and_vars
)
Args |
grads_and_vars
|
A list of gradient to variable pairs (tuples).
|
Returns |
The list of created summaries.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2020-10-01 UTC.
[null,null,["Last updated 2020-10-01 UTC."],[],[],null,["# tf.contrib.training.add_gradients_summaries\n\n\u003cbr /\u003e\n\n|--------------------------------------------------------------------------------------------------------------------------------------------------|\n| [View source on GitHub](https://github.com/tensorflow/tensorflow/blob/v1.15.0/tensorflow/contrib/training/python/training/training.py#L271-L295) |\n\nAdd summaries to gradients. \n\n tf.contrib.training.add_gradients_summaries(\n grads_and_vars\n )\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n| Args ---- ||\n|------------------|------------------------------------------------|\n| `grads_and_vars` | A list of gradient to variable pairs (tuples). |\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n| Returns ------- ||\n|---|---|\n| The list of created summaries. ||\n\n\u003cbr /\u003e"]]