View source: R/custom_layers.R
layer_aggregate_time_dist_wrapper | R Documentation |
Aggregate output of time distribution representations using sum, max and/or mean function.
layer_aggregate_time_dist_wrapper(
load_r6 = FALSE,
method = "sum",
multi_in = FALSE
)
load_r6 |
Whether to load the R6 layer class. |
method |
At least one of the options, |
multi_in |
Whether to aggregate for a model with multiple inputs (and shared weights). |
A keras layer applying pooling operation(s).
library(keras)
l <- layer_aggregate_time_dist_wrapper()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.