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
2020-02-12 12:48:30.175011: I tensorflow/stream_executor/platform/default/dso_loader.cc:44] Successfully opened dynamic library cublas64_100.dll
Error: NotFoundError: Could not find valid device for node.
Node:{{node SparseSoftmaxCrossEntropyWithLogits}}
All kernels registered for op SparseSoftmaxCrossEntropyWithLogits :
device='CPU'; T in [DT_FLOAT]; Tlabels in [DT_INT32]
device='CPU'; T in [DT_FLOAT]; Tlabels in [DT_INT64]
device='CPU'; T in [DT_DOUBLE]; Tlabels in [DT_INT32]
device='CPU'; T in [DT_DOUBLE]; Tlabels in [DT_INT64]
device='CPU'; T in [DT_HALF]; Tlabels in [DT_INT32]
device='CPU'; T in [DT_HALF]; Tlabels in [DT_INT64]
device='GPU'; T in [DT_FLOAT]; Tlabels in [DT_INT32]
device='GPU'; T in [DT_FLOAT]; Tlabels in [DT_INT64]
device='GPU'; T in [DT_HALF]; Tlabels in [DT_INT32]
device='GPU'; T in [DT_HALF]; Tlabels in [DT_INT64]
[Op:SparseSoftmaxCrossEntropyWithLogits]
It is not clear to me what is the reason for this failure.
Do you get the same result?
The text was updated successfully, but these errors were encountered:
Hello, I am trying to get code from https://blogs.rstudio.com/tensorflow/posts/2018-07-30-attention-layer/ and trying to reproduce this example.
The following is my code:
this code fails with the following error:
It is not clear to me what is the reason for this failure.
Do you get the same result?
The text was updated successfully, but these errors were encountered: