Description Usage Arguments References See Also
... Relu, 3x3 Conv2D, optional bottleneck block and dropout
1 2  | conv_block(ip, nb_filter, bottleneck = FALSE, dropout_rate = NULL,
  weight_decay = 1e-04)
 | 
ip | 
 Input keras tensor  | 
nb_filter | 
 number of filters  | 
bottleneck | 
 add bottleneck block  | 
dropout_rate | 
 dropout rate  | 
weight_decay | 
 weight decay factor  | 
https://github.com/titu1994/DenseNet/blob/master/densenet.py
Other internal: create_dense_net,
dense_block,
transition_up_block
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.