oahzxl's picture
update
ab7be96
raw
history blame
73 Bytes
import torch.nn as nn
approx_gelu = lambda: nn.GELU(approximate="tanh")