| 网络层 | 输入参数 | 输出参数 | 网络类型 |
| encoder0 | 288 | 300 | LSTM |
| encoder1 | 300 | 100 | LSTM |
| encoder2 | 100 | 30 | LSTM |
| decoder1 | 30 | 100 | LSTM |
| decoder2 | 100 | 300 | LSTM |
| Output | 300 | 288 | RnnOutput |