| 参数 | Keras范围 | ||
| Number of layers | 6~10 | ||
| Kernel shape | [3, 3],[5, 5] | ||
| Pooling kernel size | [3, 3],[5, 5] | ||
| Pool stride | 3 | ||
| Dropout ratio | 0.2 | ||
| Number of feature maps | 32,64,128,256 | ||
| Dimension of full connected layer | 7,1024,2048,3072 | ||
| Learning rate | 0.05,0.005 | ||