You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Entry Not Found for url: https://huggingface.co/franklab/HSSM/resolve/main/ddm_sdv.onnx.
I guess the compiled version from Huggingface was removed?
So I moved to blackbox likelihood, but for my actual use case, I have a hierarchical model for t parameter and I am facing the same issue as #411, i.e., high r-hats for all t parameters :(
The text was updated successfully, but these errors were encountered:
The bounds with ddm_sdv was indeed a bug that was fixed in this PR. However, this change has not yet made into an official release on PyPI yet. You can download the dev version of HSSM with this command pip install git+https://github.com/lnccbrown/HSSM.git.
We'll look into the other bugs. There should be ddm_sdv.onnx on huggingface, so that one is a weird one :).
HSSM version
0.2.0
To Reproduce
Bug 1: Bounds by default
Output:
I think this should be solved by using the right bounds variable in
defaults.py
- which I see has happened inmain
brain, but please confirm.Bug 2: So I proceeded to explicitly give the bounds, but.
Output:
Unsure what is causing this.
Bug 3: So I moved to
approx_differentiable
, but.Output:
I guess the compiled version from Huggingface was removed?
So I moved to
blackbox
likelihood, but for my actual use case, I have a hierarchical model fort
parameter and I am facing the same issue as #411, i.e., high r-hats for allt
parameters :(The text was updated successfully, but these errors were encountered: