Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

initializer_blockwise

Blockwise Initializer


Description

Initializer which concats other intializers

Usage

initializer_blockwise(initializers, sizes, validate_args = FALSE)

Arguments

initializers

list of Keras initializers, eg: keras::initializer_glorot_uniform() or initializer_constant().

sizes

list of integers scalars representing the number of elements associated with each initializer in initializers.

validate_args

bool indicating we should do (possibly expensive) graph-time assertions, if necessary.

@return Initializer which concats other intializers


tfprobability

Interface to 'TensorFlow Probability'

v0.11.0.0
Apache License (>= 2.0)
Authors
Sigrid Keydana [aut, cre], Daniel Falbel [ctb], Kevin Kuo [ctb] (<https://orcid.org/0000-0001-7803-7901>), RStudio [cph]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.