Specialized Residual unit which contains a linear projection layer up-front with two conv blocks with residual connections between before a maxpool
1 | resblock_2d(x, filters, kernel_size = c(3L, 3L), strides = c(2L, 1L))
|
https://arxiv.org/abs/1906.04459
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.