-
i tried to use the finetuning notebook, i trained the resnet model using softmax cross entropy for the first trial and with a triplet loss for the second both gived false embeddings. i changed the fac…
-
Hi Kevin
Would you mind add my Selectively Contrastive Triplet loss (which is published in ECCV2020)? The major idea of this paper is to overcome the local minima during the triplet optimization. T…
-
Hi , I trained sbert with triplet loss with default distance_metric --> Euclidian distance got descent embeddings and cosine score between relevant/irrelevant sentences. But when i tried with TripletD…
-
Is there an implementation available of the triplet loss layer in the [FaceNet paper](http://arxiv.org/abs/1503.03832)?
Thanks for your work on making this a great toolbox!
-
loss:
name: 'triplet'
softmax:
label_smooth: True
train:
optim: 'amsgrad'
lr: 0.0015
max_epoch: 250
batch_size: 64
fixbase_epoch: 0
open_layers: ['classifier']
lr_sc…
-
Hello, I'm daniel,
While running your project, one question arose.
In dataloader/triplet_loss_dataloader,
It is a system that generates (pos, neg) class randomly as the number of triplets allocat…
-
Hi there!
Thank you for the awesome library!
I'm currently working on training a model using the CARS196 dataset with the following parameters:
```python
distance = distances.CosineSimilarit…
-
when i want to run the triplet_center_loss, the error is show that ,how can i fix it, thanks.
"TypeError: Input 'y' of 'Equal' Op has type float32 that does not match type uint8 of argument 'x'"
-
[`https://blog.csdn.net/u010167269/article/details/52027378`](https://blog.csdn.net/u010167269/article/details/52027378)
-
in your example,the triplet loss layer has two bottom, but it need 3 bottoms as input, can u give a complete example. thanks very much.