Keras“ SavedModel文件不存在...”对于从在线URL中检索的模型
Keras“在...中不存在SavedModel文件”对于从在线URL中检索而又从未在任何本地目录中手动保存的模型发生错误。 只要我以前一直在研究它,代码就可以运行良好,但是我今天重新开放了该项目,而没有更改任何内容,现在给我带来了这个错误。 代码smippet&错误屏幕截图
Keras "SavedModel file does not exist at..." error occurs for a model retrieved from an online URL and never manually saved at any local directory.
The code ran just fine for as long as I've been working on it before but I reopened the project today and without changing anything it now gives me this error.
Code Snippet & Error Screenshot
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
设法自己解决。只需访问文件目录所述错误,并用其中的随机数和字母删除文件夹即可。重新运行程序,它将正确生成所需的文件。
Managed to solve it myself. Simply visit the file directory the error mentions and delete the folder with the random numbers and letters in it. Rerun the program and it'll properly generate the files needed.