imbue-ai / self_supervised

A Pytorch-Lightning implementation of self-supervised algorithms
MIT License
536 stars 52 forks source link

Update MoCo 'use negative examples' param name in blog code #9

Closed nemmons closed 3 years ago

nemmons commented 3 years ago

I apologize if you're not looking for external contributions, this is just something small i noticed when trying to run the code for myself. It looks like one of the MoCoMethodParams attributes was updated in a recent commit but the train_blog.py file was not updated accordingly.

abefetterman commented 3 years ago

Thanks a lot for the contribution @nemmons !