Marko Petkovic
Results
2
comments of
Marko Petkovic
I installed torch-scatter with pip, using the following command: ```pip install torch-scatter -f https://data.pyg.org/whl/torch-2.0.1+cu118.html``` With this example, running it on cpu (with dtype float), gives me the expected output: ```...
Using lancercat's way to install torch-scatter seems to have fixed it. I'm not sure what caused the issue.