|
1 | | -============================================================================================================================================ |
2 | | -Layer (type:depth-idx) Kernel Shape Input Shape Output Shape Param # Mult-Adds |
3 | | -============================================================================================================================================ |
4 | | -SingleInputNet -- -- -- -- -- |
5 | | -├─Conv2d: 1-1 [5, 5] [7, 1, 28, 28] [7, 10, 24, 24] 260 1,048,320 |
6 | | -├─Conv2d: 1-2 [5, 5] [7, 10, 12, 12] [7, 20, 8, 8] 5,020 2,248,960 |
7 | | -├─Dropout2d: 1-3 -- [7, 20, 8, 8] [7, 20, 8, 8] -- -- |
8 | | -├─Linear: 1-4 -- [7, 320] [7, 50] 16,050 112,350 |
9 | | -├─Linear: 1-5 -- [7, 50] [7, 10] 510 3,570 |
10 | | -============================================================================================================================================ |
| 1 | +================================================================================================================================================================ |
| 2 | +Layer (type:depth-idx) Kernel Shape Input Shape Output Shape Param # Mult-Adds Trainable |
| 3 | +================================================================================================================================================================ |
| 4 | +SingleInputNet -- -- -- -- -- True |
| 5 | +├─Conv2d: 1-1 [5, 5] [7, 1, 28, 28] [7, 10, 24, 24] 260 1,048,320 True |
| 6 | +├─Conv2d: 1-2 [5, 5] [7, 10, 12, 12] [7, 20, 8, 8] 5,020 2,248,960 True |
| 7 | +├─Dropout2d: 1-3 -- [7, 20, 8, 8] [7, 20, 8, 8] -- -- -- |
| 8 | +├─Linear: 1-4 -- [7, 320] [7, 50] 16,050 112,350 True |
| 9 | +├─Linear: 1-5 -- [7, 50] [7, 10] 510 3,570 True |
| 10 | +================================================================================================================================================================ |
11 | 11 | Total params: 21,840 |
12 | 12 | Trainable params: 21,840 |
13 | 13 | Non-trainable params: 0 |
14 | 14 | Total mult-adds (M): 3.41 |
15 | | -============================================================================================================================================ |
| 15 | +================================================================================================================================================================ |
16 | 16 | Input size (MB): 0.02 |
17 | 17 | Forward/backward pass size (MB): 0.40 |
18 | 18 | Params size (MB): 0.09 |
19 | 19 | Estimated Total Size (MB): 0.51 |
20 | | -============================================================================================================================================ |
| 20 | +================================================================================================================================================================ |
0 commit comments