residual
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
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