Nicholas Larus-Stone

Results 5 comments of Nicholas Larus-Stone

Hi @lukeiwanski, I'm having the same issue and was wondering if you have added Eigen support for Intel GPUs yet. If not, is there some way I can un-blacklist the...

That fixed the error, thanks a lot! An unrelated question, tensorflow keeps telling me I'm running on a SYCL device, but then it calls that device a CPU. When I...

However, I am later getting this error when I try to run a simple keras model (just 2 dense layers): InternalError: Unknown error detected on device /job:localhost/replica:0/task:0/device:SYCL:0

I'm having trouble reproducing this issue because the code seems to just be hanging (I'm getting a lot of these messages: ./tensorflow/core/common_runtime/executor.cc:1556] Process node: 48 step 2 mul_3 = Mul[T=DT_FLOAT,...

Ah, ok I've reproduced the earlier error by using LSTM layers. It may be unreasonable for me to expect LSTM layers to work, but I am also having trouble with...