-
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
Attempting to use uninitialized value conv2d_1/kernel #24
Comments
+1. I get the same thing. I assume it's because I'm using the new tensorflow and perhaps this code uses depracated items? Traceback (most recent call last): |
@ShaniGam @ckleban |
I had the same error. But using the file from @yukang2017 made it work. I didn't wait until the end, though (stopped with Progress 0.02) Thanks for sharing, @yukang2017 ! |
@yukang2017 can you submit a pull request with that change? |
…et. al.) versions. Also updated to properly use wrapper in eval
@yukang2017 When I used your code, it still shows the error, however the training starts. Does the error message have any impact on the game GUI? I am not aseeing any movements in the Game UI? Is it normal while training? Thanks! |
@enragedginger Sorry, the code is not written by me. I found it from a blog.... So I don't have right to do this with other's code. @Mageswaran1989 In my opinion, the problem is caused by the version of python or tensorflow. What is your version? |
I'm on Arch, latest Python 2 and deps, same issue as @Mageswaran1989 |
@enragedginger doesn't work for me. Still get an error
|
@iNomaD @Mageswaran1989 try this one #26 |
Whenever I try to start the training I get the error:
FailedPreconditionError (see above for traceback): Attempting to use uninitialized value conv2d_1/kernel
The text was updated successfully, but these errors were encountered: