LSTM--->CNN-->FC-->Softmax
Input dimension:time_360
one layer
Units number:N=64
Output dimension time_N_1
Two CNN blocks each block contains filter and max pooling components
input dimision:200_64
so the time is 200 ?
6 filters
kernel size:5_5
stride:1_1
size:2_2 stride:2_2
output:98_30_6
10 filters
kernel size:5_3
stride:3*3
kernel size:1
stride:1
del this max pool?
out put:32_10_10
Three layers
Input:32_10_10(flat to 3200*1)
- 1000
- 200
- 5
output:5_1
5 units