-
Notifications
You must be signed in to change notification settings - Fork 139
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
AttributeError #66
Comments
after solving this I also met the following errors 2:ImportError: cannot import name 'backend_config' from 'tensorflow.python.keras' (/home/wanghui/anaconda3/envs/env1/lib/python3.7/site-packages/tensorflow/python/keras/init.py) |
Got same errors. Have you found any solution? |
2 similar comments
Got same errors. Have you found any solution? |
Got same errors. Have you found any solution? |
update the requirements.txt file can solve the problem.
|
@lightCraft2020 The problem has been solved. Thank you very much! |
@lightCraft2020 which python version you used? I tried it with 3.7 but it still gives me errors from tensorflow.backend.keras.backend and sometimes attribute errors. I am using pycham. please guide me on this. |
@lightCraft2020 and this error: ImportError: DLL load failed: The specified module could not be found. |
You might solve this by reconfiguring your env according to a given requirement file
Rihanna
***@***.***
…------------------ 原始邮件 ------------------
发件人: "weizhepei/CasRel" ***@***.***>;
发送时间: 2023年3月9日(星期四) 中午12:54
***@***.***>;
***@***.******@***.***>;
主题: Re: [weizhepei/CasRel] AttributeError (Issue #66)
@lightCraft2020 and this error: ImportError: DLL load failed: The specified module could not be found.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
@WANG-HUI-NAVY Did you solved the problem already? I create conda env, employed python 3.7, and install all these requirements but still, the TensorFlow make issues. Did we need to install cuda? if yes so which version? |
好心人解答一下,运行run.py文件时报错,显示无法找到该文件,请问best_model.weights文件是如何生成的 |
Yes !!! It actually works out !! Thank u very much! You can not work out by only |
AttributeError: 'Add' object has no attribute 'outbound_nodes'
I‘ve tried several requirement versions as adviced but at last I always met this problem .
thanks if someone has met the same error and can tell me the solution.
The text was updated successfully, but these errors were encountered: