lnccbrown / lnccbrown/HSSM

`nan` grads when running `find_MAP()` on `analytic`, `ddm`

Open
#456 0 comments 0 reactions 1 assignee Claimed by @digicosmos86 View on GitHub
bug
Dominant language
Python
Stars
124
Forks
24
Avg merge
19h 32m
Merged PRs (30d)
60

Description

Something as simple as:
```
# 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.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.