L2NormalizationLayer2D | R Documentation |
L2 2-D normalization layer for SSD300/512 architecture described in
Wei Liu, Andrew Rabinovich, and Alexander C. Berg. ParseNet: Looking Wider to See Better.
available here:
\code{https://arxiv.org/abs/1506.04579}
output tensor with the same shape as the input.
layer <- L2NormalizationLayer2D$new( scale ) layer$call( x, mask = NULL ) layer$build( input_shape ) layer$compute_output_shape( input_shape )
A process
object.
feature scale. Default = 20
$initialize
instantiates a new class.
$build
$call
main body.
$compute_output_shape
computes the output shape.
Tustison NJ
x = L2NormalizationLayer2D$new()
## Not run:
x$build(input_shape = c(20, 20, 20, 3))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.