adambielski / siamese-triplet

Siamese and triplet networks with online pair/triplet mining in PyTorch
BSD 3-Clause "New" or "Revised" License
3.1k stars 633 forks source link

Accuracy Metric in SiameseNet #39

Closed semchan closed 4 years ago

semchan commented 4 years ago

thanks very much for your implementation. but may I know is that any plan to implement the accuracy metric with siamese net? thanks a lot.

adambielski commented 4 years ago

What do you mean by accuracy metric with siamese network? It's not solving a classification problem. You can later use the pretrained embeddings to train a classifier on the classification task you need to solve.