-
I am trying to use a precomputed square distance matrix when using the reducer and I am running into a strange KeyError: 'precomputed'
When I do the following:
```
reducer = umap.UMAP(n_neighbo…
-
Currently the distance matrices can only be left out or computed fully during the input creation.
We may want to offer calculating partial/full distance matrices from existing inputs.
-
**Description**
In Group.cs there are a few places where the results that come from HACL* are offset to handle the limb layout. These valus could be precomputed and hard coded into constants.h. See…
-
As described on the pointdown mailing list (http://lists.osgeo.org/pipermail/pointdown/2015-February/000004.html), it would be awesome to have support for precomputed point cloud level of detail for v…
-
precompute_knns.py looks for a specific folder which does not exist. It looks for STEGO/src/datadrive/pytorch-data/cropped/cocostuff27_None_crop_0.5/img/val which is not among the downloaded datasets.…
-
### Search before asking
- [X] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/ultralytics/ultralytics/discussion…
-
**Describe the bug**
When attempting to replicate the `CacheBlend` experiment using the `blend_musique.py` script from `lmcache_vllm`, the following error occurs:
Exception: No free chunks in cp…
-
The wavepacket is wrongly propagated after relaxation with imaginary time. The workaround is to perform propagation and relaxation in two runs.
-
> In progress: we are perfecting the functionality to add a precomputed KNN graph (for example constructed with Seurat or scanpy) to the graph slot using the adjacency matrix.
It has been in the vi…
-
Hey, the constructor in FeatureBasedNB should allow this:
public function __construct($priors = [], $condprob = [])
{
$this->priors = $priors;
$this->condprob = $condprob;
…