description: 'layer residual for configurable component'---​# residual layer​`residual` adds one or more residual blocks https://paperswithcode.com/method/residual-block​## optional arguments​The number of residual blocks to add​## input size​Any 4-d tensor​## output size​Same as input size​## syntax​```json"residual COUNT"```​## examples​```json"residual 3"```