conv_block: Apply BatchNorm, ...

Description Usage Arguments References See Also

Description

... Relu, 3x3 Conv2D, optional bottleneck block and dropout

Usage

1
2
conv_block(ip, nb_filter, bottleneck = FALSE, dropout_rate = NULL,
  weight_decay = 1e-04)

Arguments

ip

Input keras tensor

nb_filter

number of filters

bottleneck

add bottleneck block

dropout_rate

dropout rate

weight_decay

weight decay factor

References

https://github.com/titu1994/DenseNet/blob/master/densenet.py

See Also

Other internal: create_dense_net, dense_block, transition_up_block


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