Howe-Young / asc_triplet

triplet loss on Acoustic Scene Classification-PyTorch
MIT License
9 stars 6 forks source link
asc pytorch triplet-loss

Triplet loss on Acoustic Scene Classification(ASC)-PyTorch

PyTorch implementation of triplet networks for learning embeddings.

Triplet networks are useful to learn mapping from input to a compact Euclidean space where distances correspond to a measure of similarity.

Installation

Requires pytorch 0.4 with torchvision 0.2.1

Code structure

TODO

  1. change network architecture.
  2. novel tripets selection strategy
  3. pickup classifier.
  4. verification on embedding metric.