问题描述
发生的事情是我(错误地)使用命令 numpy.save() 保存了一个字典(没有显示错误消息),现在我需要恢复字典中的数据.当我用 numpy.load() 加载它时,它的类型为 (numpy.ndarray) 并且是 0-d,所以它不再是字典,我可以t 访问其中的数据,0-d 数组是不可索引的,所以做类似
What happened is that I (by mistake) saved a dictionary with the command numpy.save() (no error messages shown) and now I need to recover the data in the dictionary. When I load it with numpy.load() it has type (numpy.ndarray) and is 0-d, so it is not a dictionary any more and I can't access the data in it, 0-d arrays are not index-able so doing something like
mydict = numpy.load('mydict')
mydict[0]['some_key']
不起作用.我也试过了
recdict = dict(mydict)
但这也没有用.
为什么当我用 numpy.save() 保存字典时 numpy 没有警告我?
Why numpy didn't warn me when I saved the dictionary with numpy.save()?
有没有办法恢复数据?
提前致谢!
推荐答案
使用 mydict.item() 以 Python 标量的形式获取数组元素.
Use mydict.item() to obtain the array element as a Python scalar.
>>> import numpy as np
>>> np.save('/tmp/data.npy',{'a':'Hi Mom!'})
>>> x=np.load('/tmp/data.npy')
>>> x.item()
{'a': 'Hi Mom!'}
这篇关于从 0-d numpy 数组中恢复字典的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!


大气响应式网络建站服务公司织梦模板
高端大气html5设计公司网站源码
织梦dede网页模板下载素材销售下载站平台(带会员中心带筛选)
财税代理公司注册代理记账网站织梦模板(带手机端)
成人高考自考在职研究生教育机构网站源码(带手机端)
高端HTML5响应式企业集团通用类网站织梦模板(自适应手机端)