Initializer that generates tensors with a uniform distribution.

initializer_random_uniform(minval = -0.05, maxval = 0.05,
  seed = NULL)

Arguments

minval

Lower bound of the range of random values to generate.

maxval

Upper bound of the range of random values to generate. Defaults to 1 for float types.

seed

seed

See also