在使用np.array()进行数组的操作时,可能会遇到转换失败的问题,而且控制台会提示Creating an ndarray from ragged nested sequences (which is a list-or-tuple of lists-or-tuples-or ndarrays with different lengths or shapes) is deprecated. If you meant to do this, you must specify ‘dtype=object’ when creating the ndarray。此时光加dtype=object是没有用的,问题并不在这里。
解决方法:
大概率是因为矩阵的维度不统一,要重新查看要转换的数据的产生过程。
使用np.array遇到的问题
最新推荐文章于 2023-10-11 11:37:43 发布