SentenceEncoder | R Documentation |
Create an encoder over 'module' that can process a full sentence.
SentenceEncoder(bptt, module, pad_idx = 1, max_len = NULL)
bptt |
bptt |
module |
module |
pad_idx |
pad_idx |
max_len |
max_len |
None
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.