Check labels The following actions use a deprecated Node.js version and will be forced to run on node20: malfet/checkout@silent-checkout, actions/setup-python@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-b...
"torch.Tensor.slice_scatter": { "Matcher": "TensorSlice_scatterMatcher", "Matcher": "SliceScatterMatcher", "paddle_api": "paddle.Tensor.slice_scatter", "min_input_args": 1, "args_list": [ @@ -3360,11 +3360,11 @@ "step" ], "kwargs_change": { "src": "values", "src": "va...
[[tool.uv.index]]name="torch-scatter-torch210"url="https://data.pyg.org/whl/torch-2.1.0+cpu.html"explicit=true[[tool.uv.index]]name="torch-scatter-torch210-cu118"url="https://data.pyg.org/whl/torch-2.1.0+cu118.html"explicit=true[[tool.uv.index]]name="torch-cu118"url="https:/...
torch.scatter's behavior is different on cpu and gpu. on cpu: importtorchx=torch.LongTensor([[0,1,2], [0,1,2]])src=torch.LongTensor([[1,2,3], [4,5,6]])torch.scatter(x,1,torch.LongTensor([[0,0,0], [0,0,1]]),src)# tensor([[3, 1, 2],# [5, 6, 2]]) on gp...
Dear authors, Hi, I am a new user working with point cloud datasets. torch_scatter is really useful for handling a set of point cloud datasets of different sizes. Thank you! I am getting trouble using scatter_max and scatter_softmax on m...
Tensors and Dynamic neural networks in Python with strong GPU acceleration - Document the torch.nn.parallel.scatter_gather.gather function · pytorch/pytorch@774fa07
like this file: import torch from torch.nn import Parameter as Param from torch_geometric.nn.conv import MessagePassing import torch_scatter.utils.gen as gen import init import math class BRGCNRelation(MessagePassing): def __init__(self, in_channels, out_channels, num_relations, num_bases, ...
🐛 Describe the bug symptom description: I have done some ablations, this seems to be a minified repro that triggers this AttributeError. I am unsure what CPP backend inductor optimizes on F.gumbel_softmax-torch.where-torch.scatter. devic...
Tensors and Dynamic neural networks in Python with strong GPU acceleration - Document the torch.nn.parallel.scatter_gather.gather function (#128566) · pytorch/pytorch@73b78d1
😵 Describe the installation problem Hi @rusty1s, I noticed the installation of torch-scatter in the Colab tutorials became very slow. I think this problem is related to the version of PyTorch that is currently available in Colab, which i...