Description Usage Arguments Value
Creates a residual Darknet53 block.
1 | darknet53_residual_block(input, filters, blocks)
|
input |
Model or layer object. |
filters |
Integer, the dimensionality of the output space (i.e. the number of output filters in the convolution). |
blocks |
Number of residual blocks. |
Residual Darknet53 block.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.