| Architecture |
| Convolution |
⇨ 256x256x16 |
size=3x3, stride=1, type=float32, activation=leaky relu |
| Pooling |
⇨ 130x130x16 |
size=2x2, stride=2, operation=max |
| Convolution |
⇨ 128x128x32 |
size=3x3, stride=1, type=float32, activation=leaky relu |
| Pooling |
⇨ 66x66x32 |
size=2x2, stride=2, operation=max |
| Convolution |
⇨ 64x64x64 |
size=3x3, stride=1, type=float32, activation=leaky relu |
| Pooling |
⇨ 34x34x64 |
size=2x2, stride=2, operation=max |
| Convolution |
⇨ 32x32x128 |
size=3x3, stride=1, type=float32, activation=leaky relu |
| Pooling |
⇨ 18x18x128 |
size=2x2, stride=2, operation=max |
| Convolution |
⇨ 16x16x256 |
size=3x3, stride=1, type=float32, activation=leaky relu |
| Pooling |
⇨ 10x10x256 |
size=2x2, stride=2, operation=max |
| Convolution |
⇨ 8x8x512 |
size=3x3, stride=1, type=float32, activation=leaky relu |
| Pooling |
⇨ 6x6x512 |
size=2x2, stride=2, operation=max |
| Convolution |
⇨ 4x4x1024 |
size=3x3, stride=1, type=float32, activation=leaky relu |
| Pooling |
⇨ 2x2x1024 |
size=2x2, stride=2, operation=max |
| Convolution |
⇨ 2x2x1000 |
size=1x1, stride=1, type=float32, activation=leaky relu |
| Pooling |
⇨ 1x1x1000 |
size=2x2, stride=1, operation=average |
| Softmax |
⇨ 1x1x1000 |
|
|