自学内容网 自学内容网

could not broadcast input array from shape

could not broadcast input array from shape

报错代码:

import numpy as np

a = np.array([[1.1,1.2],[2.1,2.2]])
b = np.array([[1.1,1.2,1.3],[2.1,2.2,2.3]])
c = [a,b]
d = np.array(c)


原文地址:https://blog.csdn.net/jacke121/article/details/142472343

免责声明:本站文章内容转载自网络资源,如本站内容侵犯了原著者的合法权益,可联系本站删除。更多内容请关注自学内容网(zxcms.com)!