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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: