with pm.Model() as md:
a = pm.Normal("a",mu=1,sd=5)
c = gamma(a)
print(c)
Traceback (most recent call last):
File "D:/py/實驗室/jupyter/test.py", line 17, in <module>
c = gamma(a)
TypeError: ufunc 'gamma' not supported for the input types, and the inputs could not be safely coerced to any supported types according to the casting rule ''safe''
求各位大佬幫忙指點指點,先謝謝各位了。
轉載請註明出處,本文鏈接:https://www.uj5u.com/qita/132378.html
標籤:人工智能技術
上一篇:這種卡怎么改動里面的余額呀!!!
下一篇:關于神經網路學習
