gpt4 book ai didi

python-3.x - 操作系统错误 : Unable to open file (unable to open file)

转载 作者:行者123 更新时间:2023-12-03 14:25:26 32 4
gpt4 key购买 nike

我正在尝试为我的任务加载一个名为“tr_model.h5”的预训练模型,但出现以下错误:

Traceback (most recent call last):
File "Trigger_Project.py", line 84, in <module>
model = load_model(filename)
File "Trigger_Project.py", line 84, in <module>
model = load_model(filename)
File "/home/neeraj/anaconda3/lib/python3.6/site-packages/h5py/_hl/files.py", line 99, in make_fid
fid = h5f.open(name, flags, fapl=fapl)
File "h5py/_objects.pyx", line 54, in h5py._objects.with_phil.wrapper

文件“h5py/_objects.pyx”,第 55 行,在 h5py._objects.with_phil.wrapper
File "h5py/h5f.pyx", line 78, in h5py.h5f.open
OSError: Unable to open file (unable to open file: name = 'tr_model.h5', errno = 2, error message = 'No such file or directory', flags = 0, o_flags = 0)

我已确保该文件存在。我不知道为什么它显示操作系统错误。我正在使用 linux 18.04,并且所有必需的库都已升级。任何帮助深表感谢。

最佳答案

我遇到了与我在问题中发布的相同的问题:

h5py.File(path) doesn't recognize folder path

我最初的推理是 h5py.File(path) 不处理标准子文件夹路径作为其参数,例如load_model("neunet.h5")没有问题,但是 load_model("subfolder/neunet.h5")会给出同样的错误。

简而言之,我的解决方案是简单地将任何 .h5 文件放入我的 jupyter notebook 的工作主文件夹中,这是您创建 .ipynb 文件的地方。您可以使用 print(os.getcwd())在 jupyter notebook 中查看您当前的工作目录在哪里。

关于python-3.x - 操作系统错误 : Unable to open file (unable to open file),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51593527/

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