How can I embed a Dense layer inside of an RNN cell in tensorflow/keras?

后端 未结 0 1987
佛祖请我去吃肉
佛祖请我去吃肉 2021-02-10 09:47

Inside of a custom RNN cell, is it possible to add a Dense layer so that each LSTM cell at each timestep looks like something like this?

(input, prev_state) -> L

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