您好,登錄后才能下訂單哦!
這篇文章主要講解了“Python BUG的問題怎么解決”,文中的講解內(nèi)容簡單清晰,易于學習與理解,下面請大家跟著小編的思路慢慢深入,一起來研究和學習“Python BUG的問題怎么解決”吧!
TypeError: unsupported operand type(s) for ^: 'float' and 'int'
解決辦法:把乘方號^改成了**
TypeError: type numpy.ndarray doesn't define __round__ method
解決辦法:把round()改成np.round()
TypeError: ufunc 'bitwise_xor' not supported for the input types, and the inputs could not be safely coerced to any supported types according to the casting rule ''safe''
解決方法:^改成**
TypeError: only size-1 arrays can be converted to Python scalars
解決辦法:把math.exp改成np.exp()
原因:sigma是numpy 的矩陣,要用numpy.exp處理
感謝各位的閱讀,以上就是“Python BUG的問題怎么解決”的內(nèi)容了,經(jīng)過本文的學習后,相信大家對Python BUG的問題怎么解決這一問題有了更深刻的體會,具體使用情況還需要大家實踐驗證。這里是億速云,小編將為大家推送更多相關(guān)知識點的文章,歡迎關(guān)注!
免責聲明:本站發(fā)布的內(nèi)容(圖片、視頻和文字)以原創(chuàng)、轉(zhuǎn)載和分享為主,文章觀點不代表本網(wǎng)站立場,如果涉及侵權(quán)請聯(lián)系站長郵箱:is@yisu.com進行舉報,并提供相關(guān)證據(jù),一經(jīng)查實,將立刻刪除涉嫌侵權(quán)內(nèi)容。