• He normal initializer.

    It draws samples from a truncated normal distribution centered on 0 with stddev = sqrt(2 / fanIn) where fanIn is the number of input units in the weight tensor.

    Reference: He et al., http://arxiv.org/abs/1502.01852

    Parameters

    • args: SeedOnlyInitializerArgs

    Returns Initializer

    Doc

Generated using TypeDoc