Taylor Bosier
Results
2
comments of
Taylor Bosier
Just got this to work: Change `x, y = xy[:, 0], xy[:, 1]` to `x, y = xy[0], xy[1]` and use ```python init_dist = pm.Normal.dist([xs[0], ys[0]], 1e-3, shape=(2,)) xy_h =...
This is still broken.