作者,你好,我原来看到的池化层ksize = [1,4,4,1]即第二维和第三维相同,但你的池化层设置成ksize=[1, sequence_length - filter_size + 1, 1, 1],不知道这样设置有何特殊作用?