layer_l2_normalization_2d | R Documentation |
Wraps a custom layer for the SSD network
layer_l2_normalization_2d(object, scale = 20, name = NULL, trainable = TRUE)
layer_l2_normalization_3d(object, scale = 20, name = NULL, trainable = TRUE)
object |
Object to compose layer with. This is either a keras::keras_model_sequential to add the layer to, or another Layer which this layer will call. |
scale |
box scale |
name |
The name of the layer |
trainable |
Whether the layer weights will be updated during training. |
a keras layer tensor
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.