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를 리턴한다.
'🙂 > Coursera_TF' 카테고리의 다른 글
WEEK4 : NLP in Tensorflow (Language Model, regularizer) (0) | 2021.01.11 |
---|---|
WEEK3 : NLP in Tensorflow (LSTM, Text CNN) (0) | 2021.01.11 |
WEEK2 : NLP in Tensorflow (Embedding) (0) | 2021.01.11 |
WEEK1 : NLP in Tensorflow (Tokenizer, OOV token, pad_sequences) (0) | 2021.01.11 |
WEEK4 : CNN in TensorFlow (multi-class classification) (0) | 2021.01.10 |