tfp.substrates.jax.sts.sample_uniform_initial_state
Stay organized with collections
Save and categorize content based on your preferences.
Initialize from a uniform [-2, 2] distribution in unconstrained space.
tfp.substrates.jax.sts.sample_uniform_initial_state(
parameter, return_constrained=True, init_sample_shape=(), seed=None
)
Args |
parameter
|
sts.Parameter named tuple instance.
|
return_constrained
|
if True , re-applies the constraining bijector
to return initializations in the original domain. Otherwise, returns
initializations in the unconstrained space.
Default value: True .
|
init_sample_shape
|
sample_shape of the sampled initializations.
Default value: [] .
|
seed
|
PRNG seed; see tfp.random.sanitize_seed for details.
|
Returns |
uniform_initializer
|
Tensor of shape concat([init_sample_shape,
parameter.prior.batch_shape, transformed_event_shape]) , where
transformed_event_shape is parameter.prior.event_shape , if
return_constrained=True , and otherwise it is
parameter.bijector.inverse_event_shape(parameteter.prior.event_shape) .
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2023-11-21 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2023-11-21 UTC."],[],[]]