FutureWarning: Passing (type, 1) or '1type' as a synonym of type is deprecate

報錯信息
FutureWarning: Passing (type, 1) or ‘1type’ as a synonym of type is deprecate:在這裏插入圖片描述
點擊鏈接,將裏面的np.dtype([("quint8", np.uint8, 1)])修改爲np.dtype([("quint8", np.uint8, (1,))])

問題解決!!!!!!!!!!!!!!!!

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章