Skip to content

Residual

Yi Zhu edited this page Jun 5, 2021 · 1 revision

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.

Clone this wiki locally