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
Hi, there was a bug when conditioning on all variables but one. I just pushed a fix. I wasn't able to reproduce the exact error but I got a related error (possibly because I was running on a CPU), in any case I think the fix should resolve both of these. Please let me know if it persists.
I am trying to do a conditional sampling using the toy example(gaussian) , however i got this error
n_sample = 200
condX = np.array([[0,1]])
model.sample(n_sample,inds = [2],cond_inds = [0,1],cond_X = t.tensor(condX))
The text was updated successfully, but these errors were encountered: