HanNayeoniee / papers-with-code

3 stars 0 forks source link

[week4] Attention : rnn, lstm 의 batch_first 는 왜 default가 False인가? #6

Open sujeongim opened 2 years ago

sujeongim commented 2 years ago

왜 데이터 input을 (seq_len, batch_size) 이런식으로 넣을까요? 왜 처음부터 batch_size를 앞에 안 놓는 걸까요?