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

This commit is contained in:
Adrià Arrufat 2022-07-14 07:54:10 +09:00 committed by GitHub
parent 270b96c7d1
commit ad06471a15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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.