tensorflow / similarity

TensorFlow Similarity is a python package focused on making similarity learning quick and easy.
Apache License 2.0
1k stars 105 forks source link

Incredible stuff and some comments #144

Open sayakpaul opened 2 years ago

sayakpaul commented 2 years ago

@MarkDaoust @fchollet this is amazing stuff! Thank you so much to the team.

Just reading README was enough for me to get hooked.

A couple of things that immediately came to mind after studying the README:

Lastly, I wanted to ask if you folks plan to include self-supervised algorithms for the trainer APIs since works like DINO yields tremendous retrieval performance.

ebursztein commented 2 years ago

Thanks for the feedback

@sayakpaul what does providing timing for query and indexing means? You want a benchmark graph?

sayakpaul commented 2 years ago

what does providing timing for query and indexing means? You want a benchmark graph?

Yes.

owenvallis commented 2 years ago

removing the 0.14 milestone as benchmarking will be done in an upcoming release.

owenvallis commented 2 years ago

Also, self-supervised algorithms will be included in 0.15 and are available on the development branch. We currently have support for SimCLR, SimSiam, and Barlow Twins and we are working on an example unsupervised notebook.

sayakpaul commented 2 years ago

Would love to be able to contribute. I actively contribute to keras.io with a special focus on semi-supervision and self-supervision.