-
Functionality to support basic integration with standard psychometric tools
- mirt/other standard irt tools in r
- lme4 (should be very straightforward; maybe we can show replication of results fr…
-
The `init` function currently only takes `function init(p,v,d)` but does not have the time dimension, which could provide useful information to things like the `MimiRFFSPs` component which needs `star…
-
It would be great to have support for embeddings compressed to Int8 as per [HuggingFace: Embedding Quantization](https://huggingface.co/blog/embedding-quantization#binary-quantization-in-vector-databa…
-
Hi there,
Thanks for sharing the algorithm and all your work!
After comparing your acceleration data with mine, I encountered some questions and uncertainties. I would greatly appreciate it if you…
-
First off, I really like this app, because its flexibility allows me to track various different things all in one interface. This basically replaces a ton of questionable other kind of closed source "…
-
Sparse numpy arrays used in a merge operation seem to fail under certain coordinate settings. for example, this works perfectly:
```python
import xarray as xr
import numpy as np
data_array1 = …
-
Problem:
---------
There are increasingly a large number of custom scanning devices (including one from Direct Electron) which allow for custom scan patterns. This is useful for things like distrib…
-
Hi,
I was wondering about the difference between FSQ (finite scalar quantization) and LFQ (look-up free quantization) for vector quantization.
As for a single vector among the encoder output, wh…
-
Problem: People might not sort their table by date descending, and therefore get notified about incorrect values.
Suggestions:
- Add radio buttons to specify which value to check. I think some of…
-
ashlang should support macro functions that return `static` values. Potential functions:
`dimensions!(v)` - returns the number of dimensions of `v` (0 for scalar)
`len!(v)` - returns the length of…