-
I'm a little confused about I'm debugging the behavior of the POLA algorithm. In a critical part of the code, it passes the results through this expression: Putting aside my specific algorithm, why does |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
Ah, I found an explanation in the TensorFlow docs: https://www.tensorflow.org/api_docs/python/tf/stop_gradient I think that will be enough for me to understand. Thank you anyway. |
Beta Was this translation helpful? Give feedback.
-
Thanks for the question: we do have some documentation of Is there anything in particular we could add there that would have answered your question? |
Beta Was this translation helpful? Give feedback.
Thanks for the question: we do have some documentation of
jax.lax.stop_gradient
here: https://jax.readthedocs.io/en/latest/_autosummary/jax.lax.stop_gradient.htmlIs there anything in particular we could add there that would have answered your question?