Skip to content
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

compiled progress bar doesn't work on TPUs #24

Open
jeremiecoullon opened this issue Oct 1, 2021 · 0 comments
Open

compiled progress bar doesn't work on TPUs #24

jeremiecoullon opened this issue Oct 1, 2021 · 0 comments
Labels
bug Something isn't working

Comments

@jeremiecoullon
Copy link
Owner

This colab has some of the examples running on TPU, but the progress bar causes a weird bug to do with the host_callback module.

As a fix I added an argument to turn off the progress bar (set to True by default):

my_sampler = build_sgld_sampler(dt, loglikelihood, logprior, (X_data,), batch_size, pbar=False)

Can we get the progress bar to work on TPU?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant