Skip to content

Releases: qdrant/quaterion

v0.1.35

30 Mar 07:04
1745697
Compare
Choose a tag to compare

What's new

New loss functions and bug fixes

Features

  • Added Circle Loss #197
  • Added FastAP Loss #199

Bug fixes

  • Fix a bug in sampler 194
  • Updated dependencies for compatibility #201

v0.1.34

13 Dec 08:53
6d1c77c
Compare
Choose a tag to compare

What's new

  • Fixed a bug caused by Euclidean distance matrix optimization used in XBM context.

v0.1.33

08 Dec 09:57
9537389
Compare
Choose a tag to compare

What's new

  • Updated the semi-hard triplet loss implementation to avoid out-of-memory crashes when used with large XBM buffer sizes.

v0.1.31

06 Oct 20:42
f2be2a4
Compare
Choose a tag to compare

What's new

  • Add semi-hard mining to Triplet Loss, and introduce Cross-Batch Memory support(#175).
  • Add soft margin variant to Hard Triplet Loss (#178).
  • Support multiple EncoderHead in a SwitchHead, most useful for two-tower encoders like CLIP, and enable to pass meta data from Encoder to EncoderHead, also useful for passing masks, e.g., attention masks (#180).