We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
For background see jax-ml/jax#13555
jax.experimental.host_callback is deprecated, and we should switch to using jax.debug.print/jax.debug.callback in blackjax/progress_bar.py
jax.experimental.host_callback
jax.debug.print
jax.debug.callback
The text was updated successfully, but these errors were encountered:
Will need to migrate to eitherdebug.callback, io_callback, or pure_callback
debug.callback
io_callback
pure_callback
Sorry, something went wrong.
Closed in #651
Leaving this open as we need to also update https://blackjax-devs.github.io/blackjax/examples/howto_other_frameworks.html
No branches or pull requests
For background see jax-ml/jax#13555
jax.experimental.host_callback
is deprecated, and we should switch to usingjax.debug.print
/jax.debug.callback
in blackjax/progress_bar.pyThe text was updated successfully, but these errors were encountered: