-
unlike Triplet-Loss and Arcface-Loss, cannot import SuperPoint-Loss from the wildlife-tools package
"Shows error; no such module was found."
![image](https://github.com/user-attachments/assets/6e…
-
Hi, I just begin to use MatConvNet. I would like to use Triplet loss in my model. But it still hasn't been included in the MatConvNet. Could you please give me some advises about how to design a Tripl…
-
Dear Dr. Rosen,
Many thanks for providing the wonderful integration tool. I have used SATURN for my cell type evolution project. While other cell types were successfully integrated, I met an error …
-
EFCK updated
5 months ago
-
I came accross the training script of sentence-transformer model, [all-MiniLM-L6-v2](https://huggingface.co/sentence-transformers/all-MiniLM-L6-v2/blob/main/train_script.py). I am trying to replicate …
-
"Then we could choose postive with highest similairty, if positive exists, and negative with lowest similarity for each anchor"
Is this statement contrary? Shouldn't it be to find the positive pair …
-
is the python 2.7 and pytorch 1.0.0 are not supportive for tripletloss ??
-
For a use case, I'm interested to use [triplet/hinge loss](https://en.wikipedia.org/wiki/Triplet_loss), looking at [the implementation of different losses in Thinc](https://github.com/explosion/thinc/…
amirj updated
2 years ago
-
比如我给了labels 如下 (1,1,0)
那么batch size为3,这里有一个符合条件的标签信息对吧,然后输入的embeddings对应这个labels,但是就是之前要获得3D mask,那个地方的什么得到一个3D的mask [a, p, n], 对应triplet(a, p, n)是valid的位置是True还是没懂,有的地方是false,有的地方是true,这个位置不一样,有什么关联…
-
There is no triplet loss layer in caffe?
How can i test my triplet loss embedding using caffe?