-
Notifications
You must be signed in to change notification settings - Fork 174
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
FailedPreconditionError #16
Comments
I met the same problem here |
I had the same issue, it's to do with how you initialize your variables, which I think must have changed in tensorflow after this was written. I fixed it in the following steps
Someone will know more than me and be able to confirm this but I think this means that when 'session' is passed to the functions it is not default unless it has been set as the default session so session.run cannot find the initialized session. |
@jtheak it works for me. thanks |
Excuse me, as I execute your program, I've got an error in tensorflow initialize:
Attempting to use uninitialized value convolution2d_1_W
[[Node: convolution2d_1_W/read = IdentityT=DT_FLOAT, _class=["loc:@convolution2d_1_W"], _device="/job:localhost/replica:0/task:0/cpu:0"]]
How can I slove it?
Thx!
The text was updated successfully, but these errors were encountered: