Nixtla / neuralforecast

Scalable and user friendly neural :brain: forecasting algorithms.
https://nixtlaverse.nixtla.io/neuralforecast
Apache License 2.0
3.12k stars 359 forks source link

feat: Deprecate activation functions for GRU #1198

Closed marcopeix closed 4 days ago

marcopeix commented 1 week 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.

review-notebook-app[bot] commented 1 week ago

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB