-
Hi, first of all thanks so much for this code!
Next I'm looking at your cosine similarity code:
```
class CosineDeconf(nn.Module):
def __init__(self, in_features, num_classes):
…
-
The MongoDB Node.js example has a problem in the second demo script: 2_load_and_index.ts
Here the creating of a search index is defined as following:
```
const index = {
name: indexName,…
-
Here, I report the heatmap for Top similarity and top anti-similarity pairs without known evidence behind it.
Procedure:
1. Select top 20 similar pairs according to ORF profiles cosine similarity …
-
In the source code, the author calculates the cosine distance as follows.
sum_support = torch.sum(torch.pow(support_image, 2), 1)
support_manitude = sum_support.clamp(eps,…
-
Thank you for your great work. I apologize for raising another issue, but this one has been troubling me.
When using your code to calculate Overall Consistency, specifically the cosine similarity b…
-
It seems that cosine similarity was not used during training.These are some of the logits I obtained during repro training, and they are significantly greater than 1.
logits tensor([[15.2290, 7.5998…
-
Given
```
schema doc {
document doc {
field chunks type array {}
}
field embedding type tensor(p{}, x[384]) {}
```
You can do things like
```
rank-profile example {
in…
-
https://github.com/Telosnex/fonnx/blob/ac30c6fa2bb7f35fcd389b0c421559414b72064b/lib/extensions/vector.dart#L7
Hello,
Being an author of ml_linalg library, I found an error here.
In fact, `1-*…
-
Persist the dot product between the engine thrust vector and vessel forward vector to account for cosine losses during persistent thrust
-
I wonder how the relatedness test would work for cosine similarity.
given crossnobis RDMs for multiple subjects and a model, cosine similarities cannot be tested against zero.
is there a simple way …