module emote.nn.initialization

Functions

def ortho_init_(m, gain) -> None
def xavier_uniform_init_(m, gain) -> None
def normal_init_(m) -> None