Owen Vallis
Owen Vallis
Thanks for updating the loss. I meant to revert the changes to `pyproject.toml` but accidentally deleted the file. The change in the line-length was causing the Black formatting checks to...
Looks like the Black and Isort formatting checks are failing for tensorflow_similarity/losses/multinegrank_loss.py. Otherwise looks good to go, thanks.
I think it doesn't like the use of tf.range in the one_hot call. I could see where that would be stateful if if is implemented as a generator. Can you...
Glad to hear you have a work around for now. I can run some TPU tests next week. If you can share your notebook, that would be super helpful. Thanks!
Great, thanks!
removing the 0.14 milestone as benchmarking will be done in an upcoming release.
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...
"As an analytical tool, it provides insights into the evolution of class similarity structures during learning"
This would similar to the [CLIP](https://github.com/openai/CLIP) model. We are looking to add an example notebook for this at some point.
Hi @abhisharsinha, that would be great! I started an implementation based on the one in tf addons: https://github.com/tensorflow/similarity/blob/new_losses/tensorflow_similarity/losses/lifted_struct_loss.py but I haven't checked it for correctness.