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
show error message:
TypeError: Unknown parameter type: <class 'theano.tensor.var.TensorVariable'>
Can anyone tell me what's happen? I had not change any code, just ran it。
I used pymc3。
Thanks!
The text was updated successfully, but these errors were encountered:
hungyangtsai
changed the title
type error at Example: Unsupervised Clustering using a Mixture Model
Ch3.type error at Example: Unsupervised Clustering using a Mixture Model
Oct 29, 2022
when i ran code bellow ~
with model:
step1 = pm.Metropolis(vars=[p, sds, centers])
step2 = pm.ElemwiseCategorical(vars=[assignment])
trace = pm.sample(25000, step=[step1, step2])
show error message:
TypeError: Unknown parameter type: <class 'theano.tensor.var.TensorVariable'>
Can anyone tell me what's happen? I had not change any code, just ran it。
I used pymc3。
Thanks!
The text was updated successfully, but these errors were encountered: