-
I have created a script to create a [precomputed skeleton with unsharded format](https://github.com/google/neuroglancer/blob/master/src/datasource/precomputed/skeletons.md), I have ~ 10k files numbere…
-
Firstly, nice work on this tool. It's really great.
I often make logos using SVG in Inkscape and end up putting them online. Normally I create it in the middle of the artboard, and when done, trim th…
-
It would be useful to have some functionality in the Wix UI XML specification to make use of layouts (not as much as like in WPF for instance) and to let the location of the controls be computed at co…
-
I'm trying to use `metric-learn` to learn a mahalanobis-metric approximation for a precomputed distance metric (that's computed in an different way). Is this functionality supported by the library? I …
-
**Describe the bug**
cuml.cluster.HDBSCAN does not appear to support precomputed distance matrix as the documentation suggests
**Steps/Code to reproduce bug**
```
from cuml.cluster import HDBSCA…
-
## Motivation
At present, Neuroglancer renders oriented points in the same manner as simple points, without incorporating the rotation vector component into the visualization. This potentially result…
-
Hi Chris,
I am wondering if this can in anyway extended to pull data from gs://precomputed files that are publicly available (e.g., HemiBrain).
It would be super helpful if we can:
- load gs://…
-
When you click on a large sandbox cluster, it can take quite some time to compute. Is it possible to precompute the graph, or cache it after it is calculated the first time? I think that is a potent…
-
MWE:
```python
import loopy as lp
knl = lp.make_kernel(
[
"{[iel, iface, idof, ifacedof]:"
" 0
-
To avoid the re-computation of lambda max, while searching a grid of parameters we would like to provide pre-computed values of lambda max for both the data (X) and the linear operator (A).
**First…