NELSONZHAO / zhihu

This repo contains the source code in my personal column (https://zhuanlan.zhihu.com/zhaoyeyu), implemented using Python 3.6. Including Natural Language Processing and Computer Vision projects, such as text generation, machine translation, deep convolution GAN and other actual combat code.
https://zhuanlan.zhihu.com/zhaoyeyu
3.5k stars 2.14k forks source link

tf.concat 前后,shape没有变化 #20

Open Eddiechiu opened 6 years ago

Eddiechiu commented 6 years ago

seq_output = tf.concat(lstm_output, 1) 这一步里,我发现lstm_output和seq_output 的shape是一样的?