Residual - SkyWorld117/DianoiaML.jl GitHub Wiki
Residual
, a layer that allows to load a ResNet
.
Residual(;input_shape::Tuple, resnet::Any)
input_shape
: a tuple of input data shape, can be set automatically, unless it is the first layer in the network
resnet
: the target ResNet
.