decoder {tfaddons} | R Documentation |
An RNN Decoder abstract interface object.
Description
An RNN Decoder abstract interface object.
Usage
decoder(...)
Arguments
... |
arguments to pass |
Details
- inputs: (structure of) tensors and TensorArrays that is passed as input to the RNNCell composing the decoder, at each time step. - state: (structure of) tensors and TensorArrays that is passed to the RNNCell instance as the state. - finished: boolean tensor telling whether each sequence in the batch is finished. - training: boolean whether it should behave in training mode or in inference mode. - outputs: Instance of BasicDecoderOutput. Result of the decoding, at each time step.
Value
None
[Package tfaddons version 0.10.0 Index]