PatrickHua / SimSiam

A pytorch implementation for paper 'Exploring Simple Siamese Representation Learning'
MIT License
814 stars 135 forks source link

How can i use the simSiam to do classification tasks? #34

Open Light-- opened 3 years ago

Light-- commented 3 years ago
  1. can i add a classification loss in each branch or one of the branch? will the result be good?
  2. if the p and z have different dimensions, how can i change same to have same dimension and then calculate the D(p,z) loss?