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/R2deepR documentation built on June 19, 2020, 7:45 a.m.