BERT-pytorch
BERT-pytorch copied to clipboard
GELU is available in PyTorch
the GELU class is available in PyTorch (https://pytorch.org/docs/stable/generated/torch.nn.GELU.html). No need to implement it in utils/GELU.py
Nice