gpt4 book ai didi

python - 加载和保存 numpy 矩阵

转载 作者:行者123 更新时间:2023-12-01 00:00:19 24 4
gpt4 key购买 nike

我在加载 numpy 矩阵时遇到问题。我通过以下方式成功将其保存到磁盘:

self.q.dump(fileName)

现在我希望能够加载它。据我了解,加载命令应该可以解决问题:

self.q.load(fileName)

但似乎不是。任何人都知道可能出了什么问题?也许这个函数没有被称为load?

最佳答案

help(numpy.ndarray)

| dump(...)
| a.dump(file)
|
| Dump a pickle of the array to the specified file.
| The array can be read back with pickle.load or numpy.load.
|
| Parameters
| ----------
| file : str
| A string naming the dump file.

numpy.load 应该可以正常工作。

关于python - 加载和保存 numpy 矩阵,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1706665/

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