neat-python icon indicating copy to clipboard operation
neat-python copied to clipboard

Deprecated activation functions?

Open fdetsch opened this issue 5 years ago • 1 comments

I get the following error when using activation functions elu, lelu, and selu:

InvalidActivationFunction: No such activation function: 'elu'

(similar for the latter two). Have these been deprecated? If so, they should probably be removed from Overview of builtin activation functions in order to avoid confusion.

fdetsch avatar Feb 12 '20 15:02 fdetsch

Can confirm. Had to implement my own activation functions.

jongdetim avatar Jul 09 '23 18:07 jongdetim