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
Hi Martin,
I have the following issue while compiling the code. please let me know how to resolve this.
when I run the python command
python mnist_1.0_softmax.py I'm getting this error AttributeError: module 'tensorflow' has no attribute 'set_random_seed'
The text was updated successfully, but these errors were encountered:
Same here. Running this in bash
Sorry, something went wrong.
set_random_seed(0) is deprecated according to this: hwwang55/GCN-LPA#3
I replaced all occurrences of tf.set_random_seed(0) with tf.set.random_seed(0) and then... got a different error.
No branches or pull requests
Hi Martin,
I have the following issue while compiling the code. please let me know how to resolve this.
when I run the python command
python mnist_1.0_softmax.py
I'm getting this error
AttributeError: module 'tensorflow' has no attribute 'set_random_seed'
The text was updated successfully, but these errors were encountered: