Description Usage Arguments Value
Basic Decoder
1 | decoder_basic(object, cell, sampler, output_layer = NULL, ...)
|
object |
Model or layer object |
cell |
An RNNCell instance. |
sampler |
A Sampler instance. |
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. |
None
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.