resblock with bottleneck from the Exploring Normalization FB paper (01/2017) modified as in: https://www.kaggle.com/h030162/version1-0-9696
1 2 3 4 5 6 7 | resblock_batchnorm_bottle_1d_v2(
x,
filters = 64L,
kernel_size = 3L,
downsample = TRUE,
renorm = FALSE
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.