Describe the bug
When I use torch.nn.functional.sigmoid and torch.nn.functional.tanh I get warnings that they are deprecated and to use torch.sigmoid and torch.tanh instead. Apparently, this is because tensors and variables are now "merged".
Desktop (please complete the following information):
Describe the bug
When I use
torch.nn.functional.sigmoidandtorch.nn.functional.tanhI get warnings that they are deprecated and to usetorch.sigmoidandtorch.tanhinstead. Apparently, this is because tensors and variables are now "merged".Desktop (please complete the following information):