Skip to content

Commit

Permalink
Added reference to torchCompactRadius
Browse files Browse the repository at this point in the history
  • Loading branch information
wi-re committed Jul 22, 2024
1 parent 6c3f2eb commit 79f2837
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,5 +163,7 @@ pip install tqdm seaborn pandas matplotlib numpy tomli msgpack msgpack-numpy por
pip install scipy scikit-image scikit-learn
```

If you would like to use a faster and less memory intensive neighbor search to build your networks, especially for larger simulations, consider using our [torchCompactRadius](https://pypi.org/project/torchCompactRadius/) package (`pip install torchCompactRadius`) which uses a C++/Cuda implementation of a compact hash map based neigbor search. Note that this module performs a just in time compilation on its first use for new configurations and may take some time (it will time out your colab instance as a free user).

---
This work was supported by the __DFG Individual Research Grant TH 2034/1-2__.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "BasisConvolution"
version = "0.1.2"
version = "0.1.3"
authors = [
{ name="Rene Winchenbach", email="[email protected]" },
]
Expand Down

0 comments on commit 79f2837

Please sign in to comment.