gpt4 book ai didi

python - 属性错误 : 'numpy.ndarray' object has no attribute 'items'

转载 作者:太空宇宙 更新时间:2023-11-03 13:15:40 25 4
gpt4 key购买 nike

对于以下代码,我收到了标题中的错误:

import scipy.io as sio
import numpy as np

temp = np.load('temp.npy')
sio.savemat('final.mat',temp)

虽然AttributeError是python中的常见错误,但我没有发现标题中提到的对'items'有用的东西。我们该如何解决这个问题?

最佳答案

它接受一个字典作为第二个参数而不是一个数组:

来自docs :

mdict : 字典

Dictionary from which to save matfile variables.

我不太熟悉,但我想您将名称作为键传递,将数组作为值传递,类似于:

sio.savemat('final.mat',{"foo":temp})

关于python - 属性错误 : 'numpy.ndarray' object has no attribute 'items' ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31126836/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com