AlexNet

Model

00 input

01 conv                         11x11/4,96       96x54x54
02 activation       relu                         96x54x54
03 pool             max         3x3/2            96x27x27
04 LRN                                           96x27x27
05 conv                         5x5/1,256        256x27x27
06 activation       relu                         256x27x27
07 pool             max         3x3/2            256x13x13
08 LRN                                           256x13x13

09 conv                         3x3/1,384        384x13x13
10 activation       relu                         384x13x13
11 conv                         3x3/1,384        384x13x13
12 activation       relu                         384x13x13
13 conv                         3x3/1,256        256x13x13
14 activation       relu                         256x13x13
15 pool             max         3x3/2            256x6x6
16 flatten                                       9216

17 fc                           4096             4096
18 activation       relu                         4096
19 dropout                                       4096
20 fc                           4096             4096
21 activation       relu                         4096
22 dropout                                       4096

23 fc                           2                2
24 softmax