-
-
Notifications
You must be signed in to change notification settings - Fork 215
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
train_letters.py not running #10
Comments
i met this err too |
just tried with tensorflow 1.5.0 |
reinstall! |
I tried with different versions of Tensorflow including 1.5.0, but I still get the same error:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Traceback (most recent call last):
File "train_letters.py", line 61, in
net.train(data=data, dropout=.6, display_step=10, test_step=1000) # run resume
File "/usr/local/lib/python3.5/dist-packages/layer/net.py", line 438, in train
tf.add_check_numerics_ops()
File "/usr/local/lib/python3.5/dist-packages/tensorflow/python/ops/numerics.py", line 90, in add_check_numerics_ops
raise ValueError("
tf.add_check_numerics_ops() is not compatible " ValueError:
tf.add_check_numerics_ops() is not compatible with TensorFlow control flow operations such astf.cond()
ortf.while_loop()
.The text was updated successfully, but these errors were encountered: