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 Dhruv Ramani, I set max_epochs = 2 in parser.py,and run main.py. Meet some error,show as below: FailedPreconditionError (see above for traceback): Attempting to use uninitialized value w_fc4 [[Node: w_fc4/read = IdentityT=DT_FLOAT, _class=["loc:@w_fc4"], _device="/job:localhost/replica:0/task:0/device:CPU:0"]] Do you know how to fix this isssue
My ENV: python version:Python 3.6.3 tensorflow version:1.4.1
Thank you Panda
The text was updated successfully, but these errors were encountered:
hello panda, did you solve that problem?
Sorry, something went wrong.
Hi Dhruv Ramani, No,I encounter the same problem
I'll look into it.
Hi Dhruv Ramani, I also encounter the same problem
No branches or pull requests
Hi Dhruv Ramani,
I set max_epochs = 2 in parser.py,and run main.py.
Meet some error,show as below:
FailedPreconditionError (see above for traceback): Attempting to use uninitialized value w_fc4
[[Node: w_fc4/read = IdentityT=DT_FLOAT, _class=["loc:@w_fc4"], _device="/job:localhost/replica:0/task:0/device:CPU:0"]]
Do you know how to fix this isssue
My ENV:
python version:Python 3.6.3
tensorflow version:1.4.1
Thank you
Panda
The text was updated successfully, but these errors were encountered: