-
It seems it's not uncommon for masters to have a few segments which are incompatible simply because one master's is a curve and another's is a line. In those cases, we can simply promote the line to a…
-
## Problem
With the advancement of AI tools, it's becoming increasingly useful to work with embeddings/vectors
## Suggested solution
Support the pg_vector type
https://github.com/pgvector/…
-
My main project will be to complete an npm module for getting texts that are almost-but-not-quite the same as the source text.
The idea is rougly the same as @dariusk's _Harpooners and Sailors_ ([h…
-
I think that the Vector Orientation Mapping Code has some fairly large bugs which have become somewhat of a problem. I think that we should remove much of that code going into the 1.0.0 release. I d…
-
Hi everyone,
I'm currently reading the book but using Elasticsearch instead of Solr. I attempted to reimplement the Semantic Knowledge Graph (SKG) on ES, and developed a custom scoring script for E…
-
I'd like to add order histories to the bitsharesblocks asset pages but the performance of the above rpc call is making it impossible. Simply looping over the 25 or so market assets and getting the ord…
svk31 updated
9 years ago
-
[ Summary: flatcc should eventually support force_align on vectors - meanwhile use vectors of structs and force_align structs, or use low level builder calls to create aligned vectors access as discus…
-
Just want to say thanks for this! I've been trying to use other peoples' code that all use the `transformer_lens` library and it has a bug that stops you loading models in 4bit, seems to have loads of…
-
### Describe the bug
*SVC().fit(X, y, w)* fails when the targets *y* are multiclass and the sample_weights *w* zero out one of the classes.
* Dense *X* produces incorrect arrays for *support_*, *n_s…
-
Can someone explain to me the meaning behind the following parameters?
residual_channels": 32,
dilation_channels": 32,
skip_channels": 512,
I could not find a definition for what these paramete…