How to apply average pooling at each time step of lstm output?

前端 未结 0 512
庸人自扰
庸人自扰 2020-12-08 00:13

I\'m trying to apply average pooling at each time step of lstm output, please find my architecture as below

X_input = tf.keras.layers.Input(shape=(64,35))
X=          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题