| rnn_output_size | R Documentation |
RNN output size
rnn_output_size(module)
module |
(nn_module) A torch |
gru_layer <- nn_gru(15, 3) rnn_output_size(gru_layer)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.