Fix typo in the self-supervised learning example (#2623)

pull/2626/head
Adrià Arrufat 2 years ago committed by GitHub
parent 270b96c7d1
commit ad06471a15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -22,7 +22,7 @@
representations as: C = trans(ZA) * ZB.
- make C as close as possible to the identity matrix.
This removes the redundancy of the feature representations, by maximizing the
This removes the redundancy of the feature representations by maximizing the
encoded information about the images themselves, while minimizing the information
about the transforms and data augmentations used to obtain the representations.

Loading…
Cancel
Save