Skip to content

Commit 28d5acc

Browse files
Update README.md
1 parent 899a230 commit 28d5acc

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,16 @@
1818

1919
## News
2020

21+
**July 24**: v2.6.0
22+
- Changed the `emb` argument of `DistributedLossWrapper.forward` to `embeddings` to be consistent with the rest of the library.
23+
- Added a warning and early-return when `DistributedLossWrapper` is being used in a non-distributed setting.
24+
- Thank you [elisim](https://github.com/elisim).
25+
2126
**April 1**: v2.5.0
2227
- Improved `get_all_triplets_indices` so that large batch sizes don't trigger the `INT_MAX` error.
2328
- See the [release notes](https://github.com/KevinMusgrave/pytorch-metric-learning/releases/tag/v2.5.0).
2429
- Thank you [mkmenta](https://github.com/mkmenta).
2530

26-
**December 15**: v2.4.0
27-
- Added [DynamicSoftMarginLoss](https://kevinmusgrave.github.io/pytorch-metric-learning/losses/#dynamicsoftmarginloss).
28-
- Added [RankedListLoss](https://kevinmusgrave.github.io/pytorch-metric-learning/losses/#rankedlistloss).
29-
- See the [release notes](https://github.com/KevinMusgrave/pytorch-metric-learning/releases/tag/v2.4.0).
30-
- Thank you [domenicoMuscill0](https://github.com/domenicoMuscill0), [Puzer](https://github.com/Puzer), [interestingzhuo](https://github.com/interestingzhuo), and [GaetanLepage](https://github.com/GaetanLepage).
31-
3231
## Documentation
3332
- [**View the documentation here**](https://kevinmusgrave.github.io/pytorch-metric-learning/)
3433
- [**View the installation instructions here**](https://github.com/KevinMusgrave/pytorch-metric-learning#installation)
@@ -249,6 +248,7 @@ Thanks to the contributors who made pull requests!
249248
| [ElisonSherton](https://github.com/ElisonSherton) | Fixed an edge case in ArcFaceLoss. |
250249
| [stompsjo](https://github.com/stompsjo) | Improved documentation for NTXentLoss. |
251250
| [Puzer](https://github.com/Puzer) | Bug fix for PNPLoss. |
251+
| [elisim](https://github.com/elisim) | Developer improvements to DistributedLossWrapper. |
252252
| [GaetanLepage](https://github.com/GaetanLepage) | |
253253
| [z1w](https://github.com/z1w) | |
254254
| [thinline72](https://github.com/thinline72) | |
@@ -268,7 +268,7 @@ Thanks to the contributors who made pull requests!
268268

269269

270270
### Facebook AI
271-
Thank you to [Ser-Nam Lim](https://research.fb.com/people/lim-ser-nam/) at [Facebook AI](https://ai.facebook.com/), and my research advisor, [Professor Serge Belongie](https://vision.cornell.edu/se3/people/serge-belongie/). This project began during my internship at Facebook AI where I received valuable feedback from Ser-Nam, and his team of computer vision and machine learning engineers and research scientists. In particular, thanks to [Ashish Shah](https://www.linkedin.com/in/ashish217/) and [Austin Reiter](https://www.linkedin.com/in/austin-reiter-3962aa7/) for reviewing my code during its early stages of development.
271+
Thank you to [Ser-Nam Lim](https://sites.google.com/site/sernam) at [Facebook AI](https://ai.facebook.com/), and my research advisor, [Professor Serge Belongie](https://www.belongielab.org/). This project began during my internship at Facebook AI where I received valuable feedback from Ser-Nam, and his team of computer vision and machine learning engineers and research scientists. In particular, thanks to [Ashish Shah](https://www.linkedin.com/in/ashish217/) and [Austin Reiter](https://www.linkedin.com/in/austin-reiter-3962aa7/) for reviewing my code during its early stages of development.
272272

273273
### Open-source repos
274274
This library contains code that has been adapted and modified from the following great open-source repos:

0 commit comments

Comments
 (0)