decoder_basic: Basic Decoder
Usage
decoder_basic(object, cell, sampler, output_layer = NULL, ...)
Arguments
output_layer
(Optional) An instance of tf$layers$Layer,
i.e., tf$layers$Dense. Optional layer to apply to the RNN output
prior to storing the result or sampling.
...
Other keyword arguments for layer creation.