Jannik Kissinger
Jannik Kissinger
at the moment it takes some minutes to compile the shortcut mapping. parallelise it to speed up the data conversion
handled via docstrings
the binary files share a common format, but contain data stored in different dtypes (values take up different amount of bytes) - [ ] create variables for all used dtypes...
When I run the docker container I see that the GPU is only being used for the embedding model (encoder), not the LLM. I noticed that llama-cpp-python is not compiled...
On the page for the [German court decisions dataset ](http://openlegaldata.io/research/2019/02/19/court-decision-dataset.html), the "Download" section points to an outdated data version. Only at the end of the page there is a small...
For the [German court decisions dataset ](http://openlegaldata.io/research/2019/02/19/court-decision-dataset.html) it is unclear under which Licence the dataset is being shared. Thanks for making this dataset public.
In some scenarios there might not be explicit boundaries. Allow the boundary polygon parameter to be `None`. Note: If the boundary polygon is None, there must be holes given Quick...
It is counterintuitive for the user that paths can run in between polygons with identical vertices/edges (documentation: https://extremitypathfinder.readthedocs.io/en/latest/3_about.html#edge-case-overlapping-vertices-and-edges) Related Issues: - https://github.com/jannikmi/extremitypathfinder/issues/23#issuecomment-756272082_) - https://github.com/jannikmi/extremitypathfinder/issues/84 Adapt the algorithms in order to...
the agorithms have been refactored to mostly use numpy arrays already. refactor further to enable Numba JIT compilation (cf. utils_numba.py). avoid copying the data structures. find a way of eliminating...