Tanh torch warnings

This commit is contained in:
Aryansh Omray 2020-04-16 20:53:46 +05:30 committed by Julien Chaumond
parent 16469fedbd
commit 14cdeee75a

View file

@ -47,7 +47,7 @@ ACT2FN = {
"relu": F.relu,
"swish": swish,
"gelu": gelu,
"tanh": F.tanh,
"tanh": torch.tanh,
"gelu_new": gelu_new,
}