-
Notifications
You must be signed in to change notification settings - Fork 224
Enhance activations testing #992
Copy link
Copy link
Open
Labels
easyDifficulty level is easy and good for starting into this projectDifficulty level is easy and good for starting into this projecthelp wantedExtra attention is neededExtra attention is neededideaProposition of an idea and opening an issue to discuss itProposition of an idea and opening an issue to discuss ittopic: mathematicslinear algebra, sparse matrices, special functions, FFT, random numbers, statistics, ...linear algebra, sparse matrices, special functions, FFT, random numbers, statistics, ...
Metadata
Metadata
Assignees
Labels
easyDifficulty level is easy and good for starting into this projectDifficulty level is easy and good for starting into this projecthelp wantedExtra attention is neededExtra attention is neededideaProposition of an idea and opening an issue to discuss itProposition of an idea and opening an issue to discuss ittopic: mathematicslinear algebra, sparse matrices, special functions, FFT, random numbers, statistics, ...linear algebra, sparse matrices, special functions, FFT, random numbers, statistics, ...
Type
Fields
Give feedbackNo fields configured for issues without a type.
Motivation
A module with activation function was added in #860
It was proposed to include the means to check the functions against known libraries such as PyTorch or TensorFlow. A way to do that would be to add a Python script that evalues the available activations and their derivatives and stores them as a list of
.npyfiles. These files should then be read in the tests to compare the resultsPrior Art
No response
Additional Information
No response