You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The resnet44/56/110 use BottleNeck,why n = (depth-2) // 6 ?
The bottleNeck has three conv, for example the n of resnet44 is (44-2) // 6 = 7, if use bottleNeck, there are 21 convs in one stage(2-4), so it can't be resnet44!
The text was updated successfully, but these errors were encountered:
The resnet44/56/110 use BottleNeck,why n = (depth-2) // 6 ?
The bottleNeck has three conv, for example the n of resnet44 is (44-2) // 6 = 7, if use bottleNeck, there are 21 convs in one stage(2-4), so it can't be resnet44!
The text was updated successfully, but these errors were encountered: