dmn-tensorflow
dmn-tensorflow copied to clipboard
Error in op
I run into the following problem. My env Python 3.6, Tensorflow 0.12
WARNING:tensorflow:From ./main.py:79 in main.: initialize_all_variables (from tensorflow.python.ops.variables) is deprecated and will be removed after 2017-03-02.
Instructions for updating:
Use tf.global_variables_initializer
instead.
Traceback (most recent call last):
File "anaconda3/lib/python3.6/site-packages/tensorflow/python/client/session.py", line 1021, in _do_call
return fn(*args)
File "anaconda3/lib/python3.6/site-packages/tensorflow/python/client/session.py", line 1003, in _run_fn
status, run_metadata)
File "anaconda3/lib/python3.6/contextlib.py", line 89, in exit
next(self.gen)
File "anaconda3/lib/python3.6/site-packages/tensorflow/python/framework/errors_impl.py", line 469, in raise_exception_on_not_ok_status
pywrap_tensorflow.TF_GetCode(status))
tensorflow.python.framework.errors_impl.InvalidArgumentError: You must feed a value for placeholder tensor 'DMN/Placeholder' with dtype bool
[[Node: DMN/Placeholder = Placeholderdtype=DT_BOOL, shape=[], _device="/job:localhost/replica:0/task:0/cpu:0"]]
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "./main.py", line 89, in
Caused by op 'DMN/Placeholder', defined at:
File "./main.py", line 89, in
InvalidArgumentError (see above for traceback): You must feed a value for placeholder tensor 'DMN/Placeholder' with dtype bool [[Node: DMN/Placeholder = Placeholderdtype=DT_BOOL, shape=[], _device="/job:localhost/replica:0/task:0/cpu:0"]]