
Last chance! 50% off unlimited learning
Sale ends in
torch::nn_module()
Representing a skip connectionSkip 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.
skip_connection(...)
network modules such as, e.g., torch::nn_linear()
, torch::nn_relu()
,
and memory_layer()
objects. See vaeac()
for more information.
Lars Henry Berge Olsen