initializer_blockwise | R Documentation |
Initializer which concats other intializers
initializer_blockwise(initializers, sizes, validate_args = FALSE)
initializers |
list of Keras initializers, eg: |
sizes |
list of integers scalars representing the number of elements associated
with each initializer in |
validate_args |
bool indicating we should do (possibly expensive) graph-time assertions, if necessary. @return Initializer which concats other intializers |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.