Cannot find transformer module

I cannot find transformer module with pytorch version (1.1.0), please can someone help me to get the latest libraries from PyTorch

nn.Transformer was added in PyTorch 1.2.0, so you should update to the latest stable version.
Have a look at the install instructions for the binaries: link.

1 Like

Thank you so much :blush: