Trying to fit models using the xpu backend gives the following error:
TypeError: can't convert xpu:0 device type tensor to numpy. Use Tensor.cpu() to copy the tensor to host memory first.
Cell In[2], line 1
----> 1 nn_deep.fit(X_train_nn, Y_train_nn)
Trying to fit models using the
xpubackend gives the following error: