How to initialize torch.nn.Transformer?

I know nn.Linear layers could be initialized with ‘nn.init.normal_’. But when I came to nn.Transformer, I don’t know how to initialize it. Any suggestions?