-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
貌似环境兼容问题 #12
Comments
什么版本啊 |
tensorflow:1.13.1 |
感觉好像没啥问题,你换成2.1.5看看,keras,如果还不行你截个图看看…… |
之前换成2.1.5仍然不行,
|
截图截图 |
真不合理 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
原始报错
TypeError: Cannot interpret feed_dict key as Tensor: Tensor Tensor("Placeholder:0", shape=(3, 3, 3, 10), dtype=float32) is not an element of this graph.
加了```
from keras import backend as K
K.clear_session()
The text was updated successfully, but these errors were encountered: