AtrributeError: Get-session
AtrributeError: Get-session
使用 Anaconda
我试图执行一个用 python 编写的脚本,它给出了以下异常:
AttributeError: module "keras-backend" has no attributes named "get-session".
我做了一些研究,但没有找到要下载哪个库的任何线索。
解决方法很简单。我刚刚安装了keras 2.0.8
,问题就解决了。
使用 Anaconda
我试图执行一个用 python 编写的脚本,它给出了以下异常:
AttributeError: module "keras-backend" has no attributes named "get-session".
我做了一些研究,但没有找到要下载哪个库的任何线索。
解决方法很简单。我刚刚安装了keras 2.0.8
,问题就解决了。