GiorgosXou / NeuralNetworks

A resource-conscious neural network implementation for MCUs
MIT License
70 stars 21 forks source link

`FdF_Individual_iEEPROM` without `ACTIVATION__PER_LAYER` results in false reads #28

Closed GiorgosXou closed 3 months ago

GiorgosXou commented 3 months ago

I forgot to wrap it into #if defiined... https://github.com/GiorgosXou/NeuralNetworks/blob/da5b5af6d0f744c5c25b4879ab0987bf94318c0d/src/NeuralNetwork.h#L1829

GiorgosXou commented 3 months ago

plus, i'll reduce the function into a less cpu-efficient one for the sake of programmable storage