skip_connection {shapr} | R Documentation |
A torch::nn_module()
Representing a skip connection
Description
Skip connection over the sequence of layers in the constructor. The module passes input data sequentially through these layers and then adds original data to the result.
Usage
skip_connection(...)
Arguments
... |
network modules such as, e.g., |
Author(s)
Lars Henry Berge Olsen
[Package shapr version 1.0.4 Index]