🙂/Coursera_TF
[TF] return_sequences vs return_states
nueoyhk
2021. 1. 11. 16:29
www.dlology.com/blog/how-to-use-return_state-or-return_sequences-in-keras/
How to use return_state or return_sequences in Keras | DLology
Posted by: Chengwei 2 years, 8 months ago (Comments) You may have noticed in several Keras recurrent layers, there are two parameters, return_state ,and return_sequences. In this post, I am going to show you what they mean and when to use them in real
www.dlology.com
return_sequences : hidden state를 리턴한다.
return_states : cell state를 리턴한다.