【发布时间】:2020-12-19 16:21:22
【问题描述】:
使用Anaconda 我正在尝试执行一个用python 编写的脚本,它给出了以下异常:
AttributeError: module "keras-backend" has no attributes named "get-session".
我做了一些研究,但没有找到要下载哪个库的任何线索。
【问题讨论】:
-
看看这个link。
使用Anaconda 我正在尝试执行一个用python 编写的脚本,它给出了以下异常:
AttributeError: module "keras-backend" has no attributes named "get-session".
我做了一些研究,但没有找到要下载哪个库的任何线索。
【问题讨论】:
解决方案很简单。我刚刚安装了keras 2.0.8,问题就解决了。
【讨论】: