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
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