Description Usage
View source: R/glu.R
Returns a number of connected Gated Linear Units. See 'layer_glu()'
1 2 3 4 5 6 7 8 9 10 11 12
layer_glu_block( object, filters, num_layers = 3, kernel_size = 3, kernel_initializer = "glorot_normal", kernel_regularizer = NULL, bias_initializer = "zeros", bias_regularizer = NULL, name = NULL, trainable = TRUE )
Add the following code to your website.
REMOVE THIS Copy to clipboard
For more information on customizing the embed code, read Embedding Snippets.