Feeding output of LSTM layer of previous timestep to input of Dense layer of current timestep (Keras, Tensorflow)

前端 未结 0 622
滥情空心
滥情空心 2021-02-13 09:47

I am trying to recreate a RNN whose graph is fig. 8 in this paper by K. Yeo et al.

So far I have simply used layers as described in the Keras functional API:



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