Skip to content

v2.2.0

Compare
Choose a tag to compare
@KevinMusgrave KevinMusgrave released this 18 Jun 18:51
· 139 commits to master since this release

Features

  • Added ManifoldLoss. See pull request #635. Thanks @domenicoMuscill0!
  • Added P2SGradLoss. See pull request #635. Thanks @domenicoMuscill0!
  • Added the symmetric flag to SelfSupervisedLoss. If True, then the embeddings in both embeddings and ref_emb are used as anchors. If False, then only the embeddings in embeddings are used as anchors. The previous behavior was equivalent to symmetric=False. Now the default is symmetric=True, because this is usually what is done in self supervised papers (e.g. SimCLR).