lancercat
lancercat
Seems to be okay on Manjaro (torch_scatter 2.11, torch 2.0.1, linux65, nvidia-535.104.05, cuda12.2, gtx1070). Torch scatter is installed via `pip install torch_scatter --break-system-packages --force-reinstall --no-cache-dir` ~20 minutes ago Output ```...
FWIS, tensor "out" is outdated. ------- out, argmax = scatter_max(src, index, out=out) -> bug bout, bargmax = scatter_max(src, index); -> good ------ ``` import torch from torch_scatter import scatter_max src...
Maybe try building from source? It works well with torch 251 on Archlinux 