Closed marcopeix closed 4 days ago
Currently, there's a parameter for the encoder activation function, but it is not used.
PyTorch has frozen the activation function in GRU, meaning that we cannot change this. This PR deprecates this argument and we'll remove it in a future version.
Check out this pull request on
See visual diffs & provide feedback on Jupyter Notebooks.
Powered by ReviewNB
Currently, there's a parameter for the encoder activation function, but it is not used.
PyTorch has frozen the activation function in GRU, meaning that we cannot change this. This PR deprecates this argument and we'll remove it in a future version.