Deep residual network
continuiti.networks.deep_residual_network
Deep residual network in continuiti.
ResidualLayer(width, act=None, device=None)
¶
DeepResidualNetwork(input_size, output_size, width, depth, act=None, device=None)
¶
Bases: Module
Deep residual network.
PARAMETER | DESCRIPTION |
---|---|
input_size |
Size of input tensor
TYPE:
|
output_size |
Size of output tensor
TYPE:
|
width |
Width of hidden layers
TYPE:
|
depth |
Number of hidden layers
TYPE:
|
act |
Activation function |
device |
Device. |
Source code in src/continuiti/networks/deep_residual_network.py
Last update:
2024-08-20
Created: 2024-08-20
Created: 2024-08-20