We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I got this error:
AttributeError: module 'tensorflow' has no attribute 'variable_scope'
I downgrade my tensorflow to 1.15 and tensorflow 1.0 but still got the same error. Do you have a .py version of file for newer version ?
Best Regards
The text was updated successfully, but these errors were encountered:
Maybe you can try to use tensorflow 1.9.0,the problem of 'variable_scope' would disappear
Sorry, something went wrong.
In tensorflow 2.2.0, you can change tf.variable_scopr() to tf.compat.v1.variable_scope()
and it seems that all "no attribute" error can be solved using this method
No branches or pull requests
I got this error:
AttributeError: module 'tensorflow' has no attribute 'variable_scope'
I downgrade my tensorflow to 1.15 and tensorflow 1.0 but still got the same error.
Do you have a .py version of file for newer version ?
Best Regards
The text was updated successfully, but these errors were encountered: