tensorflow / similarity

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

0.17rc #317

Closed owenvallis closed 1 year ago

owenvallis commented 1 year ago

General updates and improvements.

review-notebook-app[bot] commented 1 year ago

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

owenvallis commented 1 year ago

Looks like the CLA check is failing on the GitHub Actions. They just bump the dev version, but I don't see an easy way to rewrite the commit history. I'll see if I can update the action to provide a valid email and author moving forward.

ebursztein commented 1 year ago

Unknown contributor was a bug -- evertything is passing. Forcing commit.

ManafMukred commented 1 year ago

@owenvallis why can't I download tensorflow similarity 0.17 as stated in the changelog? there are some functions like create_contrastive_model() which I can't use because the latest version in pip is 0.16

owenvallis commented 1 year ago

Hi @ManafMukred, we were waiting to push a few patches. I just published 0.17.1 and it should be available on pypi now.

ManafMukred commented 1 year ago

Hi @ManafMukred, we were waiting to push a few patches. I just published 0.17.1 and it should be available on pypi now.

Thanks @owenvallis , I just checked now.

Just out of curiosity :), Will there be more contrastive and non-contrastive (like BYOL) algorithms added into tfsim soon?