Skip to content

Commit

Permalink
removed spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebo-the-tramp committed Feb 28, 2024
1 parent 062ed5a commit 9326687
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions micromind/networks/phinet.py
Original file line number Diff line number Diff line change
Expand Up @@ -810,9 +810,7 @@ def __init__(
block_id += 1

if self.flattened_embeddings:

flatten = nn.Sequential(nn.AdaptiveAvgPool2d((1, 1)), nn.Flatten())

self._layers.append(flatten)

self.num_features = _make_divisible(int(block_filters * alpha), divisor=divisor)
Expand Down

0 comments on commit 9326687

Please sign in to comment.