Closed opeltre closed 2 years ago
add VICReg class subclassing the general parent class Twins for siamese networks, closing #21
VICReg
Twins
Other losses could be easily implemented, e.g. SimCLR or the like.
SimCLR
Possible generalization: look into student-teacher networks such as BYOL
BYOL
N.B: Twins signature has changed: [n, 2, d] -> [n, 2, d'] for consistency with the Module class
[n, 2, d] -> [n, 2, d']
Module
add
VICReg
class subclassing the general parent classTwins
for siamese networks, closing #21Other losses could be easily implemented, e.g.
SimCLR
or the like.Possible generalization: look into student-teacher networks such as
BYOL