GiorgosXou / NeuralNetworks

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

Save from PROGMEM to EEPROM #24

Open GiorgosXou opened 7 months ago

GiorgosXou commented 7 months ago

I just reasiled that for really low-end\cheap MCUs with way too small RAM, it might be a great way to actually save the NN easily in EEPROM, even thought practically I can't think of any other reason

GiorgosXou commented 1 month ago

offload function?