You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 9, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,17 +16,17 @@ With Tensorflow Similarity you can train two main types of models:
16
16
17
17
## What's new
18
18
19
+
-[May 2022]: 0.16 major optimization release
20
+
* Cross-batch memory (XBM) loss added thank to @chjort
21
+
* Many self-supervised related improvement thanks to @dewball345
22
+
* Major layers and callback refactoring to make them faster and more flexible. E.g `EvalCallback()` now support splited validation.
23
+
For full changes see [the changelog](./releases.md)
24
+
19
25
-[Jan 2022]: 0.15 self-supervised release
20
26
* Added support for self-supervised contrastive learning. Including SimCLR, SimSiam, and Barlow Twins. Checkout the in-depth [hello world notebook](examples/unsupervised_hello_world.ipynb) to get started.
21
27
* Soft Nearest Neighbor Loss added thanks to [Abhishar Sinha](https://github.com/abhisharsinha)
22
28
* Added GenerlizedMeanPooling2D support that improves similarity matching accuracy over GlobalMeanPooling2D.
23
29
* Numerous speed optimizations and general bug fixes.
24
-
-[Dec 2021]:
25
-
* Sampler speed optimizations and general bug fixes.
26
-
-[Oct 2021]: 0.14 similarity release
27
-
* 0.14 is out which includes various speed improvements and post initial release bug fixes.
28
-
* Added `Samplers.*` IO [notebook](examples/sampler_io_cookbook.ipynb) detailing how to efficiently sample your data for successful training.
29
-
30
30
31
31
For previous changes and more details - see [the changelog](./releases.md)
0 commit comments