Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 290 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 290 Bytes

Metric Learning Benchmark

How to train:

python tools/train.py train_metric_learning_baseline --dataset CUB200 --criterion TripletMarginLoss

How to test:

python tools/test.py test_metric_learning_baseline --criterion TripletMarginLoss

Benchmark:

To be released soon!