R/text_models.R
SentenceEncoder.Rd
Create an encoder over `module` that can process a full sentence.
SentenceEncoder(bptt, module, pad_idx = 1, max_len = NULL)
bptt
module
pad_idx
max_len
None