-
Notifications
You must be signed in to change notification settings - Fork 217
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
mnist.py Bug #98
Comments
Got the same bug every time at step 8500, any idea what's going on there? I’m running VS 2017 15.8.2 + AI Tools on Windows 1803.
Every time I try to train the model out of mnist.py I always got an error at step 8500
I’ve already tried:
I’ve also reported the issue on the git repo here. Thank you |
@gsantopaolo Hi, thank you for your report. Could you tell me Which Python interpreter and version you installed? CPython or Anaconda? 3.5 or 3.6? And which version of tensorflow you installed? I can run the script successfully with below configuration: As a workaround, maybe you can uninstall and reinstall tensorflow-gpu, and delete the input and output dir, then have another try. Thanks. |
Have already fighted with tensorflow-gpu unistalled and reinstalled several times It seems the only difference we have is python you are running 3.5 and i'm runnig 3.6 @TobeyQin Can you test if it works for you with python 3.6? |
@TobeyQin I've just isntalled a new CPython 3.5.4 environment on Visual Studio 2017. Message=SystemExit() |
I can run with python3.6 provided by visual studio python tools. I cannot reproduce your bug. |
@TobeyQin i tried to mail you but it seems noone ouside microsoft is allowe to send mail to that address... |
@gsantopaolo , we corrected the setting and please try again. Thanks. |
When I am run mnist.py then
TypeError("int() argument must be a string, a bytes-like object or a number, not 'NoneType'",)
The text was updated successfully, but these errors were encountered: