dense_block: Build a dense_block

Description Usage Arguments See Also

Description

Build a dense_block where the output of each conv_block is fed to subsequent ones

Usage

1
2
3
dense_block(x, nb_layers, nb_filter, growth_rate, bottleneck = FALSE,
  dropout_rate = NULL, weight_decay = 1e-04, grow_nb_filters = TRUE,
  return_concat_list = FALSE)

Arguments

x

keras tensor

nb_layers

the number of layers of conv_block to append to the model.

nb_filter

number of filters

growth_rate

growth rate

bottleneck

bottleneck block

dropout_rate

dropout rate

weight_decay

weight decay factor

grow_nb_filters

flag to decide to allow number of filters to grow

return_concat_list

return the list of feature maps along with the actual output

See Also

Other internal: conv_block, create_dense_net, transition_up_block


dfalbel/densenet documentation built on May 31, 2019, 11:49 p.m.