【发布时间】:2021-05-27 01:04:13
【问题描述】:
我正在尝试运行以下命令:
from keras.backend import theano_backend
但我收到此错误:
Traceback (most recent call last):
File "<ipython-input-64-39e623866e51>", line 1, in <module>
from keras.backend import theano_backend
ImportError: cannot import name 'theano_backend' from 'keras.backend' (C:\Users\Dr. Sunil Singla\anaconda3\lib\site-packages\keras\backend.py)
我克隆了这个 repo:https://github.com/titu1994/DenseNet.git 并尝试在我的图像数据上运行它。
【问题讨论】:
-
我克隆了这个 repo:github.com/titu1994/DenseNet.git 并尝试在我的图像数据上运行它。
-
您使用的是哪个版本的 Keras?
-
我使用的是 keras 2.4.3
-
请帮助任何人
标签: python tensorflow keras theano