Skip to content

Commit e07fb68

Browse files
Update inceptionv4.py
1 parent 3ef7043 commit e07fb68

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pretrainedmodels/models/inceptionv4.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,6 @@ def __init__(self, num_classes=1001):
295295
Inception_C(),
296296
Inception_C()
297297
)
298-
self.avg_pool = nn.AvgPool2d(8, count_include_pad=False)
299298
self.last_linear = nn.Linear(1536, num_classes)
300299

301300
def logits(self, features):

0 commit comments

Comments
 (0)