Skip to content

Commit

Permalink
add typing
Browse files Browse the repository at this point in the history
  • Loading branch information
lauritowal committed Jul 28, 2023
1 parent e8872c8 commit 94a498e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion elk/training/ccs_reporter.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ def __init__(

self.norm = None

layers = [
layers: list[nn.Module] = [
nn.Linear(
in_features,
1 if cfg.num_layers < 2 else hidden_size,
Expand Down

0 comments on commit 94a498e

Please sign in to comment.