You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now the BYOL module uses the vanilla resnet50 as encoder, although underlying SiameseArm module supports custom encoder. Passing encoder as argument to BYOL module would allow custom encoders to be used.
🚀 Feature
Right now the BYOL module uses the vanilla resnet50 as encoder, although underlying SiameseArm module supports custom encoder. Passing encoder as argument to BYOL module would allow custom encoders to be used.
Also small fix in SiameseArm module is needed
Motivation
Adding encoder as an argument in the init method would allow seamless ablation studies by trying out different architectures.
The text was updated successfully, but these errors were encountered: