Skip to content
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

你好,我想问一下,我用您的程序重新训练得到的权重预测效果很差,想问一下是什么原因 #2

Open
csdnxy opened this issue Sep 4, 2024 · 2 comments

Comments

@csdnxy
Copy link

csdnxy commented Sep 4, 2024

No description provided.

@YangLiuqing-add
Copy link
Owner

YangLiuqing-add commented Sep 4, 2024

Check your Tensorflow version. If you are using Tensorflow 2, you need to add the following code:

import tensorflow.compat.v1 as tf
tf.disable_v2_behavior()

@csdnxy
Copy link
Author

csdnxy commented Sep 4, 2024

Thank you very much for your help. The program has been improved and my problem has been resolved

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants