Skip to content

Commit

Permalink
Merge branch 'f/experiment_logging' into 'main'
Browse files Browse the repository at this point in the history
Add support for pytorch finetuning callback on image models

See merge request es/ai/hannah/hannah!376
  • Loading branch information
cgerum committed Apr 8, 2024
2 parents 4a7d742 + a57e8c2 commit 6b6dc27
Show file tree
Hide file tree
Showing 2 changed files with 248 additions and 246 deletions.
1 change: 1 addition & 0 deletions hannah/modules/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ def __init__(
) -> None:
super().__init__()

self.model = None
self.model = None
ignore = None
if isinstance(model, nn.Module):
Expand Down
Loading

0 comments on commit 6b6dc27

Please sign in to comment.