PyTorch-BYOL icon indicating copy to clipboard operation
PyTorch-BYOL copied to clipboard

Removing unused attributes

Open AymenSe opened this issue 3 years ago • 0 comments

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.

AymenSe avatar Jun 09 '22 15:06 AymenSe