Replies: 2 comments
|
Not that I know, but that would be a numpyro question not pymc. You can ask them in https://forum.pyro.ai/c/numpyro/9 |
0 replies
|
Hi @alfredoj (and @ricardoV94)! I wondered if you found a solution: I am using pymc through a streamlit interface and I can make use a callback to track the progress: However, it does not work for numpyro. Could there be another way to hint the user that it is progressing? |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I want to add an early stopping callback but seems
numpyrosampler is not supported onlypymcDoes anybody if
callbackin thesamplemethod is supported for numpyro? Any example?Thanks!
All reactions