Kevin Musgrave
Kevin Musgrave
Also, the existing MoCo notebook should probably use SelfSupervisedLoss.
See: - https://github.com/KevinMusgrave/pytorch-metric-learning/issues/547#issuecomment-1304907510 - https://github.com/KevinMusgrave/pytorch-metric-learning/issues/6#issuecomment-1416870096
As originally discussed here https://github.com/KevinMusgrave/pytorch-metric-learning/issues/411
See this discussion: https://github.com/KevinMusgrave/pytorch-metric-learning/discussions/561#discussioncomment-4580712
Removes the `+0.01` from the rank metric in the unmanaged example.
## Description Added a link to `step_optimizer` since it wasn't clear to me where the automatic zero grad should be specified. - [x] content meets style guide guidelines - [x]...