-
Notifications
You must be signed in to change notification settings - Fork 0
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
Adding stress testing utility for model inference to help isolate cause of stochastic failure in inference #197
Comments
I've raised an issue with |
Some more context on XLARuntimeError and max_step error: Some failures appear early:
Sometimes it's late (but still warm up?)
Sometimes only one or two in the four chains failed, sometimes all four chains failed. Regardless, the fit ends with following errors:
|
tagging |
From f2f discussion there are occasional stochastic failures in the NUTS sampling procedure. The characteristics of these failures are:
These are suggestive of either sampling into a numerically unstable portion parameter space during warm up and/or some kind of numerical instability associated with vaccination rates.
A good first step towards isolation of the problem would be a stress test utility e.g like this. Its worth investigating the existing numpyro utilities before rolling our own solution.
The text was updated successfully, but these errors were encountered: