tf.keras.backend.gradients
| View source on GitHub |
Returns the gradients of loss w.r.t. variables.
tf.keras.backend.gradients(
loss, variables
)
| Arguments | |
|---|---|
loss | Scalar tensor to minimize. |
variables | List of variables. |
| Returns | |
|---|---|
| A gradients tensor. |
© 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/r2.3/api_docs/python/tf/keras/backend/gradients