解决在keras中使用model.save()函数保存模型失败的问题

作者:RandomWW 时间:2021-09-12 17:32:41 

我使用的是anaconda安装的环境,其中有一个是h5py,自动安装的是2.7.0的版本,这个版本会导致保存模型时python奔溃。

conda install h5py==2.8.0

将h5py更新一个版本即可解决这个问题。

补充知识:Django安装提示错误

使用sudo pip install ......的时候出现下面一段代码:

The directory '/Users/XX/Library/Caches/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.

在sudo 后面添加-H解决方法:

sudo -H pip install ......

来源:https://blog.csdn.net/RandomWW/article/details/95043945

标签:keras,model,save,模型
0
投稿

猜你喜欢

  • Python如何使用OS模块调用cmd

    2023-03-22 02:25:39
  • centos7.3 安装mysql5.7.18的详细教程

    2024-01-12 18:57:00
  • Sql Server 2008完全卸载方法(其他版本类似)第1/2页

    2024-01-14 01:20:09
  • Python实现12306火车票抢票系统

    2023-09-30 01:33:31
  • python里dict变成list实例方法

    2021-12-22 18:52:43
  • Access 2002的三个实用技巧

    2007-10-22 12:22:00
  • Python代理抓取并验证使用多线程实现

    2022-07-10 07:04:19
  • Python爬取数据保存为Json格式的代码示例

    2022-10-13 17:11:36
  • Tensorflow使用tfrecord输入数据格式

    2022-06-18 22:55:40
  • web标准页面知识必备 Ⅰ

    2008-03-06 13:24:00
  • python实现最大优先队列

    2022-12-24 00:48:13
  • Python中集合创建与使用详解

    2022-04-30 05:29:42
  • 详解基于 axios 的 Vue 项目 http 请求优化

    2024-05-09 15:12:47
  • HTML+CSS 模仿Windows 7 桌面效果

    2010-06-17 14:33:00
  • Python入门教程(十四)Python的集合

    2022-11-29 21:21:09
  • 深入了解如何基于Python读写Kafka

    2021-02-13 09:33:09
  • python爬虫beautiful soup的使用方式

    2023-05-17 08:13:22
  • 跟老齐学Python之list和str比较

    2021-02-26 22:36:36
  • Java访问数据库实例详解

    2024-01-23 00:12:20
  • python操作数据库之sqlite3打开数据库、删除、修改示例

    2024-01-26 15:47:01
  • asp之家 网络编程 m.aspxhome.com