Create an encoder over `module` that can process a full sentence.

SentenceEncoder(bptt, module, pad_idx = 1, max_len = NULL)

Arguments

bptt

bptt

module

module

pad_idx

pad_idx

max_len

max_len

Value

None