dankal444
Results
2
issues of
dankal444
Hi Is it possible to have logistic (sigmoid) function activation in esp-dl? Can't find it in [layers](https://github.com/espressif/esp-dl/tree/master/include/layer) or [nn](https://github.com/espressif/esp-dl/tree/master/include/nn) folders. It is quite popular activation function, so I guess you...
Hi, I am currently using Tensorflow Lite models on ESP32 (https://www.tensorflow.org/lite/microcontrollers). I am using mostly conv2d, batchnorm, depth-wise conv2d and relu layers. Is it worth (and easily achievable) to convert...