|
| 1 | +========================================================================================== |
| 2 | +Layer (type:depth-idx) Output Shape Param # |
| 3 | +========================================================================================== |
| 4 | +ReuseReLU -- -- |
| 5 | +├─Sequential: 1-1 [4, 8, 11, 11] -- |
| 6 | +│ └─ReflectionPad2d: 2-1 [4, 4, 70, 70] -- |
| 7 | +│ └─Conv2d: 2-2 [4, 1, 70, 70] 5 |
| 8 | +│ └─BatchNorm2d: 2-3 [4, 1, 70, 70] 2 |
| 9 | +│ └─ReLU: 2-4 [4, 1, 70, 70] -- |
| 10 | +│ └─Conv2d: 2-5 [4, 2, 36, 36] 4 |
| 11 | +│ └─BatchNorm2d: 2-6 [4, 2, 36, 36] 4 |
| 12 | +│ └─ReLU: 2-7 [4, 2, 36, 36] -- |
| 13 | +│ └─Conv2d: 2-8 [4, 4, 19, 19] 12 |
| 14 | +│ └─BatchNorm2d: 2-9 [4, 4, 19, 19] 8 |
| 15 | +│ └─ReLU: 2-10 [4, 4, 19, 19] -- |
| 16 | +│ └─Conv2d: 2-11 [4, 8, 11, 11] 40 |
| 17 | +│ └─BatchNorm2d: 2-12 [4, 8, 11, 11] 16 |
| 18 | +│ └─ReLU: 2-13 [4, 8, 11, 11] -- |
| 19 | +========================================================================================== |
| 20 | +Total params: 91 |
| 21 | +Trainable params: 91 |
| 22 | +Non-trainable params: 0 |
| 23 | +Total mult-adds (M): 0.16 |
| 24 | +========================================================================================== |
| 25 | +Input size (MB): 0.26 |
| 26 | +Forward/backward pass size (MB): 0.63 |
| 27 | +Params size (MB): 0.00 |
| 28 | +Estimated Total Size (MB): 0.90 |
| 29 | +========================================================================================== |
0 commit comments