Skip to content

Commit

Permalink
add
Browse files Browse the repository at this point in the history
  • Loading branch information
WAMAWAMA committed Nov 10, 2022
1 parent 096be86 commit 9566e5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wama_modules/BaseModule.py
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ class ResBlock(nn.Module):
x_in → conv3x3 → norm → active → conv3x3 → norm → active → x_out
↘--→ conv1x1 if in_c != out_c) ---↗
type1: '131', called BasicBlock, used for ResNet 50 and 101 and 152
type1: '131', called BottleNeck, used for ResNet 50 and 101 and 152
x_in → conv3x3 → norm → active → conv3x3 → norm → active → x_out
↘--→ conv1x1 if in_c != out_c) ---↗
"""
Expand Down

0 comments on commit 9566e5d

Please sign in to comment.