mirror of https://github.com/davisking/dlib.git
Fix typo in the self-supervised learning example (#2623)
This commit is contained in:
parent
270b96c7d1
commit
ad06471a15
|
@ -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…
Reference in New Issue