-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Add example autoregressive flow on JAX #1176
New issue
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
base: main
Are you sure you want to change the base?
Conversation
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
tensorflow_probability/examples/jupyter_notebooks/autoregressive_flow_on_jax.ipynb
Show resolved
Hide resolved
This approach is more limited than I'd realized. From @tomhennigan in google-deepmind/dm-haiku#84:
In this example, the loop in |
Also very interested in this! Thanks very much for the implementation @mattwescott. |
Motivated by #1169