Skip to content

Commit

Permalink
Merge pull request #356 from zylo117/revert-352-patch-1
Browse files Browse the repository at this point in the history
Revert "Update utils_extra.py"
  • Loading branch information
zylo117 authored May 31, 2020
2 parents 1831d75 + 28325e9 commit 42c0bcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion efficientnet/utils_extra.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def forward(self, x):
top = extra_v // 2
bottom = extra_v - top

x = F.pad(x, [left, right, top, bottom], value=-float("inf"))
x = F.pad(x, [left, right, top, bottom])

x = self.pool(x)
return x

0 comments on commit 42c0bcd

Please sign in to comment.