问答详情
源自:2-4 numpy常用操作

TypeError: 'tuple' object is not callable

spyder3里面,运行 np.dot(arr1.reshape([2,2]),arr2.shape([2,2])) 后出现的错误

提问者:qq_夏树_1 2019-05-03 10:25

个回答

  • 萤火虫之夏
    2019-05-14 14:42:53

    shape 改为 reshape

  • Archer_ll
    2019-05-08 20:10:55

    应该已经解决了吧 shape。。