TypeError: 'tuple' object is not callable

来源:2-4 numpy常用操作

qq_夏树_1

2019-05-03 10:25

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

写回答 关注

2回答

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

    shape 改为 reshape

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

    应该已经解决了吧 shape。。

Python数据分析-基础技术篇

使用Python进行数据分析的基础模块简介

93614 学习 · 277 问题

查看课程

相似问题