mirror of
https://github.com/wassname/pytorch-lightning.git
synced 2026-09-09 11:32:07 +08:00
apply PEP8
This commit is contained in:
@@ -129,6 +129,3 @@ class LightningModule(GradInformation, ModelIO, ModelHooks):
|
||||
def unfreeze(self):
|
||||
for param in self.parameters():
|
||||
param.requires_grad = True
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user