resblock_bottle_vanilla: Resnet block bottleneck from the original paper (1512.03385)

Description Usage References

View source: R/residual.R

Description

Resnet block bottleneck from the original paper (1512.03385)

Usage

1
resblock_bottle_vanilla(input, blocks = 1L, filters = c(32, 128))

References

https://arxiv.org/abs/1512.03385


ifrit98/layerR documentation built on March 2, 2020, 8:11 a.m.