I am using TF v0.12.1 with GPU support on 64-bit Ubuntu-16.04, but have an internal error in my pipeline:
File "/usr/local/lib/python2.7/dist-packages/tensorflow/python/client/session.py", line 1034, in _do_call raise type(e)(node_def, op, message) tensorflow.python.framework.errors_impl.InternalError: Failed to run py callback pyfunc_4: see error log.
Where does TF log its error messages?
m-ric source share