Skip to content

Commit

Permalink
tuple
Browse files Browse the repository at this point in the history
  • Loading branch information
eringrant committed Dec 2, 2023
1 parent 1cd8cc4 commit 2d8622f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nets/models/feedforward.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ def __init__(

for key, ins, outs, drop in zip(
hidden_keys,
(in_features,) + hidden_features[:-1],
(in_features, *tuple(hidden_features[:-1])),
hidden_features,
dropout_probs[:-1],
strict=True,
Expand Down

0 comments on commit 2d8622f

Please sign in to comment.