resblock_batchnorm_bottle_1d_v2: resblock with bottleneck from the Exploring Normalization FB...

Description Usage

Description

resblock with bottleneck from the Exploring Normalization FB paper (01/2017) modified as in: https://www.kaggle.com/h030162/version1-0-9696

Usage

1
2
3
4
5
6
7
resblock_batchnorm_bottle_1d_v2(
  x,
  filters = 64L,
  kernel_size = 3L,
  downsample = TRUE,
  renorm = FALSE
)

ifrit98/R2deepR documentation built on June 19, 2020, 7:45 a.m.