PatrickHua / SimSiam

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

Backbone setting #17

Closed smiler96 closed 3 years ago

smiler96 commented 3 years ago

In the SimSiam,the backbone like ResNet50 was used. Does the backbone Resnet50 as an encoder include the final fc layer? or stop at the global average pooling layer? I found that the whole network as the encoder in the models.simsiam.py file.