Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Signed-off-by: Tom Vercauteren <[email protected]>
  • Loading branch information
tvercaut authored Sep 30, 2024
1 parent 33fbc8d commit 10a0ace
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand Down

0 comments on commit 10a0ace

Please sign in to comment.