| 层 | 输出 |
| Input | (Batch, Step, 34) |
| LSTM + BReN + Dropout | (Batch, Step, 128) |
| LSTM + BReN + Dropout | (Batch, Step, 128) |
| LSTM + BReN + Dropout | (Batch, Step, 128) |
| Attention +Flatten | (Batch, Step*128) |
| Dense + BReN + Dropout | (Batch, 128) |
| Dense + BReN + Dropout | (Batch, 64) |
| Softmax | (Batch, 32) |