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
# Test 1: Basic DDM model
cav_data = hssm.load_data("cavanagh_theta")
mCon=hssm.HSSM(
data=cav_data,
model="ddm",
)
mCon.find_MAP()
Produces nan grads (as per report from the optimizer). This may be the key to investigating what is going on with the gradients of that model and therefore corresponding sampler pathologies.
The text was updated successfully, but these errors were encountered:
Something as simple as:
Produces
nan
grads (as per report from the optimizer). This may be the key to investigating what is going on with the gradients of that model and therefore corresponding sampler pathologies.The text was updated successfully, but these errors were encountered: