PatrickHua / SimSiam

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

Attribute not found for Resenet #52

Open chandreshiit opened 2 years ago

chandreshiit commented 2 years ago

Hi,

I installed the required version of torch and torchvision but still got "torch.nn.modules.module.ModuleAttributeError: 'ResNet' object has no attribute 'output_dim'".

image