Closed yonigottesman closed 2 years ago
Thanks for finding this @yonigottesman, and for the proposed solution. Can you add this as a PR to the developments branch? I'll cherry pick the changes into the master branch once we merge the PR.
@yonigottesman, I'm actually using this for some benchmark test at the moment. I added your changes to my local branch and I can merge the changes if that works for you. Let me know.
yes thats cool. I wanted to double check but if its working for you then go ahead
Uploaded the new version to the development branch. @yonigottesman, let me know if this works for you and I'll cherry pick it into the master branch. Here are a few plots of the new output with various settings.
Hi, while implementing the dino paper in tf #108 I noticed the WarmUpCosine output looks different. I checked the original simCLR implementation and its consistent with the dino one. Check out the outputs:
DINO
https://github.com/facebookresearch/dino/blob/main/utils.py#L187
simclr
https://github.com/google-research/simclr/blob/master/tf2/model.py#L78
tensorflow-similarity
New Implementation
I suggest this implementation for this package:
@owenvallis what do you think?