IBM / mi-prometheus

Enabling reproducible Machine Learning research
http://mi-prometheus.rtfd.io/
Apache License 2.0
42 stars 18 forks source link

torch.nn.functional.sigmoid and torch.nn.functional.tanh deprecated #142

Open tsjayram opened 5 years ago

tsjayram commented 5 years ago

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):