... Relu 1x1, Conv2D, optional compression, dropout and Maxpooling2D
1 2 | transition_block(ip, nb_filter, compression = 1, dropout_rate = NULL,
weight_decay = 1e-04)
|
ip |
Input keras tensor |
nb_filter |
number of filters |
compression |
calculated as 1 - reduction. Reduces the number of feature maps in the transition block. |
dropout_rate |
dropout rate |
weight_decay |
weight decay factor |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.