resblock with bottleneck from the Exploring Normalization FB paper (01/2017)
1 2 3 4 5 6 | resblock_batchnorm_bottle_2d(
x,
filters = 64L,
kernel_size = c(3L, 3L),
downsample = TRUE
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.