sequential_module {crumble} | R Documentation |
Sequential neural network module function factory
sequential_module(layers = 1, hidden = 20, dropout = 0.1)
layers |
[numeric(1)] |
[numeric(1)] | |
dropout |
[numeric(1)] |
A function that returns a sequential neural network module.
if (torch::torch_is_installed()) sequential_module()