Closed GiorgosXou closed 1 year ago
When using #define ACTIVATION__PER_LAYER without defining any function it automatically enablesALL_ACTIVATION_FUNCTIONS, accidently I forgot to change NUM_OF_USED_ACTIVATION_FUNCTIONS 12 to 14
#define ACTIVATION__PER_LAYER
ALL_ACTIVATION_FUNCTIONS
NUM_OF_USED_ACTIVATION_FUNCTIONS 12
14
https://github.com/GiorgosXou/NeuralNetworks/blob/31bb95e4cefcaefb28f6b031a634ded6c7274a7d/src/NeuralNetwork.h#L280
When using
#define ACTIVATION__PER_LAYER
without defining any function it automatically enablesALL_ACTIVATION_FUNCTIONS
, accidently I forgot to changeNUM_OF_USED_ACTIVATION_FUNCTIONS 12
to14
https://github.com/GiorgosXou/NeuralNetworks/blob/31bb95e4cefcaefb28f6b031a634ded6c7274a7d/src/NeuralNetwork.h#L280