-
I want to use |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
It's deliberately kept very simple. If you want more flexibility in what is printed or how it is printed, I'd suggest using |
Beta Was this translation helpful? Give feedback.
debug.print
is a very thin wrapper arounddebug.callback
, as mentioned in the doc: https://jax.readthedocs.io/en/latest/_autosummary/jax.debug.print.html#jax.debug.printIt's deliberately kept very simple. If you want more flexibility in what is printed or how it is printed, I'd suggest using
debug.callback
directly.