From 10a0aced8946b3b4b48c9c8581ce2820e0328bbe Mon Sep 17 00:00:00 2001 From: Tom Vercauteren Date: Mon, 30 Sep 2024 15:37:11 +0100 Subject: [PATCH] Update README.md Signed-off-by: Tom Vercauteren --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1199495..9fb42a1 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Additional backbone solvers implemented in pytorch with no additional dependenci Additional features: - Pairwise voxel encoder for encoding local neighbourhood relationships in a 3D spatial volume with multiple channels, into a sparse COO or CSR matrix -- Pure PyTorch implementations of indexed multiplication operations (`segment_mm` and `scatter_mm` - as provided by [`dgl.ops.segment_mm`](https://docs.dgl.ai/generated/dgl.ops.segment_mm.html), [`pyg_lib.ops.segment_matmul`](https://pyg-lib.readthedocs.io/en/latest/modules/ops.html#pyg_lib.ops.segment_matmul), and [dgl.ops.gather_mm](https://docs.dgl.ai/generated/dgl.ops.gather_mm.html)) +- Pure PyTorch implementations of indexed multiplication operations (`segment_mm` and `gather_mm` - as provided by [`dgl.ops.segment_mm`](https://docs.dgl.ai/generated/dgl.ops.segment_mm.html), [`pyg_lib.ops.segment_matmul`](https://pyg-lib.readthedocs.io/en/latest/modules/ops.html#pyg_lib.ops.segment_matmul), and [`dgl.ops.gather_mm`](https://docs.dgl.ai/generated/dgl.ops.gather_mm.html)) Things that are missing may be listed as [issues](https://github.com/cai4cai/torchsparsegradutils/issues).