Skip to content

Baseline metric learning model using in Tensorflow using TripletLoss and Hard Negative Mining

Notifications You must be signed in to change notification settings

fortis3000/metric_learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Metric learning model with Triplet Loss and Hard Negative Mining

Based on Olivier Moindrot blog post

Dataset: Stanford Online Products

How to use:

For more convenient experimenting use Docker and docker-compose to start scripts.

  • Tweak config depending on the task to be solved
  • Train embedding model using train_model.py
  • Evaluate model using appropriate k in evaluate.py

About

Baseline metric learning model using in Tensorflow using TripletLoss and Hard Negative Mining

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages