sthalles / PyTorch-BYOL

PyTorch implementation of Bootstrap Your Own Latent: A New Approach to Self-Supervised Learning
480 stars 72 forks source link

Removing unused attributes #13

Open AymenSe opened 2 years ago

AymenSe commented 2 years ago

This line of code self.checkpoint_interval = params['checkpoint_interval'] had no impact on the code, therefore I think it's better to allow the code to be clean by eliminating the unused variables.