Skip to content

Commit

Permalink
refactor: superfluous variables removed
Browse files Browse the repository at this point in the history
  • Loading branch information
Willian-Girao committed Sep 13, 2024
1 parent 72974e4 commit 7d63bf1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sinabs/backend/dynapcnn/dynapcnn_layer.py
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,6 @@ def _make_pool_layers(self) -> Dict[int, sl.SumPool2d]:
if kernel_s != 1:

pooling = (kernel_s, kernel_s)
cumulative_pooling = (1, 1)

# compute cumulative pooling.
cumulative_pooling = (
Expand Down

0 comments on commit 7d63bf1

Please sign in to comment.