2017-12-31 00:59:12.033792: E tensorflow/core/common_runtime/direct_session.cc:168] Internal: cudaGetDevice() failed. Status: CUDA driver version is insufficient for CUDA runtime version
Traceback (most recent call last):
File "/u/uname/.local/lib/python3.5/site-packages/tensorflow/python/eager/context.py", line 165, in _initialize_handle_and_devices
self._context_handle = pywrap_tensorflow.TFE_NewContext(opts, status)
SystemError: <built-in function TFE_NewContext> returned NULL without setting an error
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "./experiments/folder/automatic.py", line 45, in <module>
inputs, targets = tf.constant(normalized_x_train), tf.constant(normalized_y_train)
File "/u/uname/.local/lib/python3.5/site-packages/tensorflow/python/framework/constant_op.py", line 184, in constant
t = convert_to_eager_tensor(value, ctx, dtype)
File "/u/uname/.local/lib/python3.5/site-packages/tensorflow/python/framework/constant_op.py", line 117, in convert_to_eager_tensor
handle = ctx._handle # pylint: disable=protected-access
File "/u/uname/.local/lib/python3.5/site-packages/tensorflow/python/eager/context.py", line 193, in _handle
self._initialize_handle_and_devices()
File "/u/uname/.local/lib/python3.5/site-packages/tensorflow/python/eager/context.py", line 165, in _initialize_handle_and_devices
self._context_handle = pywrap_tensorflow.TFE_NewContext(opts, status)
File "/u/uname/.local/lib/python3.5/site-packages/tensorflow/python/framework/errors_impl.py", line 473, in __exit__
c_api.TF_GetCode(self.status.status))
tensorflow.python.framework.errors_impl.InternalError: Failed to create session.