===================================================================================================================
Layer (type:depth-idx) Input Shape Output Shape Param #
===================================================================================================================
MLPBaseline [1, 4096] [1, 15] --
├─Sequential: 1-1 [1, 4096] [1, 15] --
│ └─Linear: 2-1 [1, 4096] [1, 512] 2,097,664
│ └─BatchNorm1d: 2-2 [1, 512] [1, 512] 1,024
│ └─ReLU: 2-3 [1, 512] [1, 512] --
│ └─Dropout: 2-4 [1, 512] [1, 512] --
│ └─Linear: 2-5 [1, 512] [1, 256] 131,328
│ └─BatchNorm1d: 2-6 [1, 256] [1, 256] 512
│ └─ReLU: 2-7 [1, 256] [1, 256] --
│ └─Dropout: 2-8 [1, 256] [1, 256] --
│ └─Linear: 2-9 [1, 256] [1, 128] 32,896
│ └─BatchNorm1d: 2-10 [1, 128] [1, 128] 256
│ └─ReLU: 2-11 [1, 128] [1, 128] --
│ └─Dropout: 2-12 [1, 128] [1, 128] --
│ └─Linear: 2-13 [1, 128] [1, 15] 1,935
===================================================================================================================
Total params: 2,265,615
Trainable params: 2,265,615
Non-trainable params: 0
Total mult-adds (Units.MEGABYTES): 2.27
===================================================================================================================
Input size (MB): 0.02
Forward/backward pass size (MB): 0.01
Params size (MB): 9.06
Estimated Total Size (MB): 9.09
===================================================================================================================