PatrickHua / SimSiam

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

AttributeError and NotImplementedError #32

Open StephenW789 opened 3 years ago

StephenW789 commented 3 years ago

Hello,

While running SimCLR, I get the error "AttributeError: Can not find momentum in namespace. Please write momentum in your config file(xxx.yaml)!"

Also, running BYOL produces the error " File "/content/gdrive/My Drive/Competitor/SimSiam/models/byol.py", line 75, in init raise NotImplementedError('Please put update_moving_average to training') NotImplementedError: Please put update_moving_average to training"

Are there anywork arounds to this issue?

Thank you.