PyTorch Forums
Torch.tanh vs torch.nn.functional.tanh
alexis-jacq
(Alexis David Jacq)
April 4, 2018, 2:08pm
5
Or you could still use torch.tanh():
output = input.tanh()
5 Likes
show post in topic