np.zeros的问题&&python错误:TypeError: Cannot interpret ‘3‘ as a data type2022-12-07 08:59:53跑模型的时候出现了类似的错误: 错误:无法将3当作一个数据类型,那么我们可以知道肯定是缺少了参数,查看np.ones的参数如下: 改为这样就可以了: c = np.ones((2,3,4)) 上一篇:为什么会有bug?Uncaught TypeError: dataOptions.call is not a function下一篇:TypeError: res.writeHead is not a function