Internal representation of minibatch data.
1 |
batch |
(matrix or Value) batch input for var |
seq_starts |
(list of bools or NULL) if None, every sequence is treated as a new sequence. Otherwise, it is interpreted as a list of Booleans that tell whether a sequence is a new sequence (True) or a continuation of the sequence in the same slot of the previous minibatch (False) |
device |
instance of DeviceDescriptor |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.