You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get the following error when running with TensorFlow (with GPU)
current context was not created by the StreamExecutor cuda_driver API: 0x2ccf300; a CUDA runtime call was likely performed without using a StreamExecutor context
Issue is that the code is referencing Theano directly:- from theano.gradient import disconnected_grad
it should be possible to use tf.stop_gradient to do this. However, this change should ideally belong to Keras backend, so that the DQN code becomes backend-agnostic.
I get the following error when running with TensorFlow (with GPU)
Issue is that the code is referencing Theano directly:-
from theano.gradient import disconnected_grad
reference:- tensorflow/tensorflow#916
The text was updated successfully, but these errors were encountered: