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
Hi everyone,
On running the rome_inference.ipynb on a colab the following error appears on the evaluate step. Expected all tensors to be on the same device, but found at least two devices, cuda:0 and cpu! (when checking argument for argument mat2 in method wrapper_CUDA_bmm)
Probably due to a missing .to(device) somewhere?
Thanks
The text was updated successfully, but these errors were encountered:
Hi everyone,
On running the
rome_inference.ipynb
on a colab the following error appears on theevaluate
step.Expected all tensors to be on the same device, but found at least two devices, cuda:0 and cpu! (when checking argument for argument mat2 in method wrapper_CUDA_bmm)
Probably due to a missing
.to(device)
somewhere?Thanks
The text was updated successfully, but these errors were encountered: