Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
awaelchli committed Sep 28, 2022
1 parent 29a0146 commit 1d5bf3c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/tests_lite/helpers/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ def run(self) -> None:
dataloader = self.setup_dataloaders(dataloader)

print(optimizer.optimizer.param_groups[0])
print(list(model.parameters()))

self.model = model
self.optimizer = optimizer
Expand Down

0 comments on commit 1d5bf3c

Please sign in to comment.