• LeCun uniform initializer.

    It draws samples from a uniform distribution in the interval [-limit, limit] with limit = sqrt(3 / fanIn), where fanIn is the number of input units in the weight tensor.

    Parameters

    • args: SeedOnlyInitializerArgs

    Returns Initializer

    Doc

Generated using TypeDoc