Replies: 2 comments 2 replies
-
Ok, going to write an answer on my own question. When reading back over I noticed my torch version was a dev version
and for future people finding this on google, this meant
|
Beta Was this translation helpful? Give feedback.
-
I think I resolved the above backend problem by lowering my torch version to 2.4.0. Previously, I was at 2.5.1. |
Beta Was this translation helpful? Give feedback.
-
Hello!
I have just recently started to investigate using PyTorch geometric for some research and was installing and reading the documentation. Installation seemed to work well, but when I got to the first "basic example"
I obtain an error, but not where I expected, its at the creation of the dataset
dataset = Planetoid(root='.', name='CiteSeer')
My gut is its something to do with my installation but can't quite figure it out. The exact error is
NotImplementedError: Could not run 'pyg::index_sort' with arguments from the 'CPU' backend. This could be because the operator doesn't exist for this backend, or was omitted during the selective/custom build process (if using custom build). If you are a Facebook employee using PyTorch on mobile, please visit https://fburl.com/ptmfixes for possible resolutions. 'pyg::index_sort' is only available for these backends: [BackendSelect, Python, FuncTorchDynamicLayerBackMode, Functionalize, Named, Conjugate, Negative, ZeroTensor, ADInplaceOrView, AutogradOther, AutogradCPU, AutogradCUDA, AutogradXLA, AutogradMPS, AutogradXPU, AutogradHPU, AutogradLazy, AutogradMeta, Tracer, AutocastCPU, AutocastCUDA, FuncTorchBatched, FuncTorchVmapMode, Batched, VmapMode, FuncTorchGradWrapper, PythonTLSSnapshot, FuncTorchDynamicLayerFrontMode, PythonDispatcher].
Currently installed
and the exact error log is below also. Any help or suggestions would be greatly appreciated!
Beta Was this translation helpful? Give feedback.
All reactions