-
I think you are not running the nuswide and mrflickr databases for multilabel. Did you organize each category yourself? As an example, there are not enough images from every class for 21 classes in Nu…
-
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!
-
We currently don't have a feature layer webservice for NWCC active forecasts. This layer will eventually replace the "stations USGS ACTIVE" service on NRCS AGOL and be used as the "master" AOI list (i…
-
1. [1st Place Solution to Google Landmark Retrieval 2020](https://storage.googleapis.com/kaggle-forum-message-attachments/978542/16699/1st_Place_Solution_to_Google_Landmark_Retrieval_2020_modified.pdf…
-
https://arxiv.org/abs/1603.07810
https://tech.ebayinc.com/research/interactive-visual-search/
-
Hi,
Thanks for the great paper and library. Just curious to know if it can also be used to check similarity between images if image input features are given to the model. It may be a naive questio…
ghost updated
5 months ago
-
8th plase: DeepLabV3 with different encoders.
Group Normalization for small batch
Mask threshold (due to bad metric)
Weighted BCE loss for classification-segmentation models.
Ensemble of 3 top we…
-
Addition of New Contastive Loss function which is used as a primary metric to calculate loss in siamese networks. If it needs to be added, I would love to work on the PR.
Reference : http://yann.lecu…
-
# Implementing Triplet Losses for Implicit Feedback Recommender Systems with R and Keras - Nan Xiao | 肖楠
[https://nanx.me/blog/post/triplet-loss-r-keras/](https://nanx.me/blog/post/triplet-loss-r-k…
-
Maybe it is a naive questions (as I am not native to pyTorch).
When training as an example shown here (to the above loss mentioned):
```
model = SentenceTransformer('distilbert-base-nli-mean-to…